Html Css Color HEX #3C4BAE Free Speech Blue

📋 copy color: '#3C4BAE'

red 60 ◦ green 75 ◦ blue 174

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

Shades of Free Speech Blue #3C4BAE

Tints of Free Speech Blue #3C4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

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

R = 19.42%
G = 24.27%
B = 56.31%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C4BAE (or 0x3C4BAE) is known color: Free Speech Blue. HEX triplet: 3C, 4B and AE. RGB value is (60,75,174). Sum of RGB (Red+Green+Blue) = 60+75+174=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C4BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4BAE is #C3B451. Grayscale: #515151. Windows color (decimal): -12825682 or 11422524. OLE color: 11422524.

HSL color Cylindrical-coordinate representation of color #3C4BAE: hue angle of 232.11º 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 #3C4BAE is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 75 174 -
CMYK 0.66 0.57 0 0.32
HSL 232.11º 0.49% 0.46% -
HSV(B) 232.11º 0.66% 0.68% -
XYZ 12.02 9.05 41.16 -
YUV 81.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 60 75 174 0.66 0.57 0 0.32 232.11 0.49 0.46
Hex 3C 4B AE 42 39 0 20 E8 31 2E
Octal 74 113 256 102 71 0 40 350 61 56
Binary 111100 1001011 10101110 1000010 111001 0 100000 11101000 110001 101110

Color Harmonies of #3C4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4BAE

Black with #3C4BAE

Text Example


Text Example

White with #3C4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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