Html Css Color HEX #3C4CBB Free Speech Blue

📋 copy color: '#3C4CBB'

red 60 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Blue #3C4CBB

Tints of Free Speech Blue #3C4CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.89%

R = 18.58%
G = 23.53%
B = 57.89%

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

#3C4CBB (or 0x3C4CBB) is known color: Free Speech Blue. HEX triplet: 3C, 4C and BB. RGB value is (60,76,187). Sum of RGB (Red+Green+Blue) = 60+76+187=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C4CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4CBB is #C3B344. Grayscale: #535353. Windows color (decimal): -12825413 or 12274748. OLE color: 12274748.

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

Color convert

RGB 60 76 187 -
CMYK 0.68 0.59 0 0.27
HSL 232.44º 0.51% 0.48% -
HSV(B) 232.44º 0.68% 0.73% -
XYZ 13.42 9.72 48.18 -
YUV 83.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 60 76 187 0.68 0.59 0 0.27 232.44 0.51 0.48
Hex 3C 4C BB 44 3B 0 1B E8 33 30
Octal 74 114 273 104 73 0 33 350 63 60
Binary 111100 1001100 10111011 1000100 111011 0 11011 11101000 110011 110000

Color Harmonies of #3C4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4CBB

Black with #3C4CBB

Text Example


Text Example

White with #3C4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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