#3D58D2

Color #3D58D2 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3D58D2

Tints of Free Speech Blue #3D58D2

Color information

#3D58D2 (or 0x3D58D2) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 58 and D2. RGB value is (61,88,210). Sum of RGB (Red+Green+Blue) = 61+88+210=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #3D58D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D58D2 is #C2A72D. Grayscale: #5D5D5D. Windows color (decimal): -12756782 or 13785149. OLE color: 13785149.

HSL color Cylindrical-coordinate representation of color #3D58D2: hue angle of 229.13º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D58D2 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6188210-
CMYK0.710.5800.18
HSL229.13º62.34%53.14%-
HSV(B)229.13º70.95%82.35%-
XYZ17.0512.6262.51-
YUV93.84193.55104.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 16.99%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 210 (82.42% from 255) = 58.50%
R=16.99%
G=24.51%
B=58.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61882100.710.5800.18229.1362.3453.14
Hex3D58D2473A012e53e35
Octal75130322107720223457665
Binary111101101100011010010100011111101001001011100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D58D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D58D2; }

 p { color: rgb(61,88,210); }

 H1.HeaderClassName
 {
   color: #3D58D2;
 }
 .AnyTagClassName
 {
   color: #3D58D2;
 }
</style>
background-color css

<style>
 a { background-color: #3D58D2; }

 a { background-color: rgb(61,88,210); }

 div.DivClassName
 {
   background-color: #3D58D2;
 }
 .BgClassName
 {
   background-color: #3D58D2;
 }
</style>
border-color css

<style>
 span { border-color: #3D58D2; }

 span { border-color: rgb(61,88,210); }

 td.TdClassName
 {
   border-color: #3D58D2;
 }
 .TagClassName
 {
   border-color: #3D58D2;
 }
</style>