Html Css Color HEX #3C62BC Free Speech Blue

📋 copy color: '#3C62BC'

red 60 ◦ green 98 ◦ blue 188

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

Shades of Free Speech Blue #3C62BC

Tints of Free Speech Blue #3C62BC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 17.34%
G = 28.32%
B = 54.34%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C62BC (or 0x3C62BC) is known color: Free Speech Blue. HEX triplet: 3C, 62 and BC. RGB value is (60,98,188). Sum of RGB (Red+Green+Blue) = 60+98+188=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C62BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62BC is #C39D43. Grayscale: #606060. Windows color (decimal): -12819780 or 12345916. OLE color: 12345916.

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

Color convert

RGB 60 98 188 -
CMYK 0.68 0.48 0 0.26
HSL 222.19º 0.52% 0.49% -
HSV(B) 222.19º 0.68% 0.74% -
XYZ 15.31 13.33 49.34 -
YUV 96.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 60 98 188 0.68 0.48 0 0.26 222.19 0.52 0.49
Hex 3C 62 BC 44 30 0 1A DE 34 31
Octal 74 142 274 104 60 0 32 336 64 61
Binary 111100 1100010 10111100 1000100 110000 0 11010 11011110 110100 110001

Color Harmonies of #3C62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C62BC

Black with #3C62BC

Text Example


Text Example

White with #3C62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,98,188); }

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

background-color css

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

 a { background-color: rgb(60,98,188); }

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

border-color css

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

 span { border-color: rgb(60,98,188); }

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