Html Css Color HEX #3C68C8 Free Speech Blue

📋 copy color: '#3C68C8'

red 60 ◦ green 104 ◦ blue 200

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

Shades of Free Speech Blue #3C68C8

Tints of Free Speech Blue #3C68C8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 16.48%
G = 28.57%
B = 54.95%

CMYK

 C value IS 0.7

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3C68C8 (or 0x3C68C8) is known color: Free Speech Blue. HEX triplet: 3C, 68 and C8. RGB value is (60,104,200). Sum of RGB (Red+Green+Blue) = 60+104+200=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C68C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C68C8 is #C39737. Grayscale: #656565. Windows color (decimal): -12818232 or 13133884. OLE color: 13133884.

HSL color Cylindrical-coordinate representation of color #3C68C8: hue angle of 221.14º 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 #3C68C8 is Cyan = 0.7, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 104 200 -
CMYK 0.7 0.48 0 0.22
HSL 221.14º 0.56% 0.51% -
HSV(B) 221.14º 0.7% 0.78% -
XYZ 17.24 15.03 56.64 -
YUV 101.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 60 104 200 0.7 0.48 0 0.22 221.14 0.56 0.51
Hex 3C 68 C8 46 30 0 16 DD 38 33
Octal 74 150 310 106 60 0 26 335 70 63
Binary 111100 1101000 11001000 1000110 110000 0 10110 11011101 111000 110011

Color Harmonies of #3C68C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C68C8

Black with #3C68C8

Text Example


Text Example

White with #3C68C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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