#3C4BB5

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

Shades of Free Speech Blue #3C4BB5

Tints of Free Speech Blue #3C4BB5

Color information

#3C4BB5 (or 0x3C4BB5) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4B and B5. RGB value is (60,75,181). Sum of RGB (Red+Green+Blue) = 60+75+181=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #3C4BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BB5 is #C3B44A. Grayscale: #525252. Windows color (decimal): -12825675 or 11881276. OLE color: 11881276.

HSL color Cylindrical-coordinate representation of color #3C4BB5: hue angle of 232.56º 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 #3C4BB5 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6075181-
CMYK0.670.5900.29
HSL232.56º50.21%47.25%-
HSV(B)232.56º66.85%70.98%-
XYZ12.729.3344.85-
YUV82.6183.53111.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 181 (71.09% from 255) = 57.28%
R=18.99%
G=23.73%
B=57.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60751810.670.5900.29232.5650.2147.25
Hex3C4BB5433B01De9322f
Octal74113265103730353516257
Binary111100100101110110101100001111101101110111101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,75,181); }

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

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

 a { background-color: rgb(60,75,181); }

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

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

 span { border-color: rgb(60,75,181); }

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