Html Css Color HEX #3C60BC Free Speech Blue

📋 copy color: '#3C60BC'

red 60 ◦ green 96 ◦ blue 188

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

Shades of Free Speech Blue #3C60BC

Tints of Free Speech Blue #3C60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 17.44%
G = 27.91%
B = 54.65%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C60BC (or 0x3C60BC) is known color: Free Speech Blue. HEX triplet: 3C, 60 and BC. RGB value is (60,96,188). Sum of RGB (Red+Green+Blue) = 60+96+188=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C60BC is #C39F43. Grayscale: #5F5F5F. Windows color (decimal): -12820292 or 12345404. OLE color: 12345404.

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

Color convert

RGB 60 96 188 -
CMYK 0.68 0.49 0 0.26
HSL 223.13º 0.52% 0.49% -
HSV(B) 223.13º 0.68% 0.74% -
XYZ 15.12 12.96 49.28 -
YUV 95.72 180.07 102.52 -
System Red Green Blue C M Y K H S L
Decimal 60 96 188 0.68 0.49 0 0.26 223.13 0.52 0.49
Hex 3C 60 BC 44 31 0 1A DF 34 31
Octal 74 140 274 104 61 0 32 337 64 61
Binary 111100 1100000 10111100 1000100 110001 0 11010 11011111 110100 110001

Color Harmonies of #3C60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C60BC

Black with #3C60BC

Text Example


Text Example

White with #3C60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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