Html Css Color HEX #3C5BC8 Free Speech Blue

📋 copy color: '#3C5BC8'

red 60 ◦ green 91 ◦ blue 200

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

Shades of Free Speech Blue #3C5BC8

Tints of Free Speech Blue #3C5BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 200 (78.52% from 255) = 56.98%

R = 17.09%
G = 25.93%
B = 56.98%

CMYK

 C value IS 0.7

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3C5BC8 (or 0x3C5BC8) is known color: Free Speech Blue. HEX triplet: 3C, 5B and C8. RGB value is (60,91,200). Sum of RGB (Red+Green+Blue) = 60+91+200=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C5BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5BC8 is #C3A437. Grayscale: #5D5D5D. Windows color (decimal): -12821560 or 13130556. OLE color: 13130556.

HSL color Cylindrical-coordinate representation of color #3C5BC8: hue angle of 226.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C5BC8 is Cyan = 0.7, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 91 200 -
CMYK 0.7 0.54 0 0.22
HSL 226.71º 0.56% 0.51% -
HSV(B) 226.71º 0.7% 0.78% -
XYZ 16.03 12.61 56.23 -
YUV 94.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 60 91 200 0.7 0.54 0 0.22 226.71 0.56 0.51
Hex 3C 5B C8 46 36 0 16 E3 38 33
Octal 74 133 310 106 66 0 26 343 70 63
Binary 111100 1011011 11001000 1000110 110110 0 10110 11100011 111000 110011

Color Harmonies of #3C5BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5BC8

Black with #3C5BC8

Text Example


Text Example

White with #3C5BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,91,200); }

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

background-color css

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

 a { background-color: rgb(60,91,200); }

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

border-color css

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

 span { border-color: rgb(60,91,200); }

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