Html Css Color HEX #3C4FAB Free Speech Blue

📋 copy color: '#3C4FAB'

red 60 ◦ green 79 ◦ blue 171

#3C4FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3C4FAB

Tints of Free Speech Blue #3C4FAB

RGB

 RED value IS 60 (23.83% from 255) = 19.35%

 GREEN value IS 79 (31.25% from 255) = 25.48%

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 19.35%
G = 25.48%
B = 55.16%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C4FAB (or 0x3C4FAB) is known color: Free Speech Blue. HEX triplet: 3C, 4F and AB. RGB value is (60,79,171). Sum of RGB (Red+Green+Blue) = 60+79+171=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C4FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4FAB is #C3B054. Grayscale: #535353. Windows color (decimal): -12824661 or 11226940. OLE color: 11226940.

HSL color Cylindrical-coordinate representation of color #3C4FAB: hue angle of 229.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C4FAB is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 79 171 -
CMYK 0.65 0.54 0 0.33
HSL 229.73º 0.48% 0.45% -
HSV(B) 229.73º 0.65% 0.67% -
XYZ 12.01 9.49 39.73 -
YUV 83.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 60 79 171 0.65 0.54 0 0.33 229.73 0.48 0.45
Hex 3C 4F AB 41 36 0 21 E6 30 2D
Octal 74 117 253 101 66 0 41 346 60 55
Binary 111100 1001111 10101011 1000001 110110 0 100001 11100110 110000 101101

Color Harmonies of #3C4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4FAB

Black with #3C4FAB

Text Example


Text Example

White with #3C4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,79,171); }

 H1.HeaderClassName
 {
   color: #3C4FAB;
 }
 .AnyTagClassName
 {
   color: #3C4FAB;
 }
</style>

background-color css

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

 a { background-color: rgb(60,79,171); }

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

border-color css

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

 span { border-color: rgb(60,79,171); }

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