#3C5DB4

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

Shades of Free Speech Blue #3C5DB4

Tints of Free Speech Blue #3C5DB4

Color information

#3C5DB4 (or 0x3C5DB4) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 5D and B4. RGB value is (60,93,180). Sum of RGB (Red+Green+Blue) = 60+93+180=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C5DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DB4 is #C3A24B. Grayscale: #5C5C5C. Windows color (decimal): -12821068 or 11820348. OLE color: 11820348.

HSL color Cylindrical-coordinate representation of color #3C5DB4: hue angle of 223.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C5DB4 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6093180-
CMYK0.670.4800.29
HSL223.5º50%47.06%-
HSV(B)223.5º66.67%70.59%-
XYZ14.0212.0844.77-
YUV93.05177.07104.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=18.02%
G=27.93%
B=54.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60931800.670.4800.29223.55047.06
Hex3C5DB4433001De0322f
Octal74135264103600353406257
Binary111100101110110110100100001111000001110111100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,93,180); }

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

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

 a { background-color: rgb(60,93,180); }

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

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

 span { border-color: rgb(60,93,180); }

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