Html Css Color HEX #3C4CBA Free Speech Blue

📋 copy color: '#3C4CBA'

red 60 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #3C4CBA

Tints of Free Speech Blue #3C4CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 18.63%
G = 23.6%
B = 57.76%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C4CBA (or 0x3C4CBA) is known color: Free Speech Blue. HEX triplet: 3C, 4C and BA. RGB value is (60,76,186). Sum of RGB (Red+Green+Blue) = 60+76+186=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4CBA is #C3B345. Grayscale: #535353. Windows color (decimal): -12825414 or 12209212. OLE color: 12209212.

HSL color Cylindrical-coordinate representation of color #3C4CBA: hue angle of 232.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C4CBA is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 76 186 -
CMYK 0.68 0.59 0 0.27
HSL 232.38º 0.51% 0.48% -
HSV(B) 232.38º 0.68% 0.73% -
XYZ 13.31 9.67 47.62 -
YUV 83.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 60 76 186 0.68 0.59 0 0.27 232.38 0.51 0.48
Hex 3C 4C BA 44 3B 0 1B E8 33 30
Octal 74 114 272 104 73 0 33 350 63 60
Binary 111100 1001100 10111010 1000100 111011 0 11011 11101000 110011 110000

Color Harmonies of #3C4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4CBA

Black with #3C4CBA

Text Example


Text Example

White with #3C4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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