Html Css Color HEX #3C5EBE Free Speech Blue

📋 copy color: '#3C5EBE'

red 60 ◦ green 94 ◦ blue 190

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

Shades of Free Speech Blue #3C5EBE

Tints of Free Speech Blue #3C5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 17.44%
G = 27.33%
B = 55.23%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C5EBE (or 0x3C5EBE) is known color: Free Speech Blue. HEX triplet: 3C, 5E and BE. RGB value is (60,94,190). Sum of RGB (Red+Green+Blue) = 60+94+190=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5EBE is #C3A141. Grayscale: #5E5E5E. Windows color (decimal): -12820802 or 12475964. OLE color: 12475964.

HSL color Cylindrical-coordinate representation of color #3C5EBE: hue angle of 224.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5EBE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 94 190 -
CMYK 0.68 0.51 0 0.25
HSL 224.31º 0.52% 0.49% -
HSV(B) 224.31º 0.68% 0.75% -
XYZ 15.16 12.68 50.36 -
YUV 94.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 60 94 190 0.68 0.51 0 0.25 224.31 0.52 0.49
Hex 3C 5E BE 44 33 0 19 E0 34 31
Octal 74 136 276 104 63 0 31 340 64 61
Binary 111100 1011110 10111110 1000100 110011 0 11001 11100000 110100 110001

Color Harmonies of #3C5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5EBE

Black with #3C5EBE

Text Example


Text Example

White with #3C5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,94,190); }

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

background-color css

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

 a { background-color: rgb(60,94,190); }

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

border-color css

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

 span { border-color: rgb(60,94,190); }

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