#3D4CD2

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

Shades of Free Speech Blue #3D4CD2

Tints of Free Speech Blue #3D4CD2

Color information

#3D4CD2 (or 0x3D4CD2) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4C and D2. RGB value is (61,76,210). Sum of RGB (Red+Green+Blue) = 61+76+210=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #3D4CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D4CD2 is #C2B32D. Grayscale: #565656. Windows color (decimal): -12759854 or 13782077. OLE color: 13782077.

HSL color Cylindrical-coordinate representation of color #3D4CD2: hue angle of 233.96º 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 #3D4CD2 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6176210-
CMYK0.710.6400.18
HSL233.96º62.34%53.14%-
HSV(B)233.96º70.95%82.35%-
XYZ16.1410.8162.21-
YUV86.79197.53109.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 210 (82.42% from 255) = 60.52%
R=17.58%
G=21.90%
B=60.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61762100.710.6400.18233.9662.3453.14
Hex3D4CD24740012ea3e35
Octal751143221071000223527665
Binary1111011001100110100101000111100000001001011101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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