Html Css Color HEX #3C4CAE Free Speech Blue

📋 copy color: '#3C4CAE'

red 60 ◦ green 76 ◦ blue 174

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

Shades of Free Speech Blue #3C4CAE

Tints of Free Speech Blue #3C4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.52%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 19.35%
G = 24.52%
B = 56.13%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C4CAE (or 0x3C4CAE) is known color: Free Speech Blue. HEX triplet: 3C, 4C and AE. RGB value is (60,76,174). Sum of RGB (Red+Green+Blue) = 60+76+174=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4CAE is #C3B351. Grayscale: #515151. Windows color (decimal): -12825426 or 11422780. OLE color: 11422780.

HSL color Cylindrical-coordinate representation of color #3C4CAE: hue angle of 231.58º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C4CAE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 76 174 -
CMYK 0.66 0.56 0 0.32
HSL 231.58º 0.49% 0.46% -
HSV(B) 231.58º 0.66% 0.68% -
XYZ 12.09 9.19 41.18 -
YUV 82.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 60 76 174 0.66 0.56 0 0.32 231.58 0.49 0.46
Hex 3C 4C AE 42 38 0 20 E8 31 2E
Octal 74 114 256 102 70 0 40 350 61 56
Binary 111100 1001100 10101110 1000010 111000 0 100000 11101000 110001 101110

Color Harmonies of #3C4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4CAE

Black with #3C4CAE

Text Example


Text Example

White with #3C4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,76,174); }

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

background-color css

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

 a { background-color: rgb(60,76,174); }

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

border-color css

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

 span { border-color: rgb(60,76,174); }

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