Html Css Color HEX #3C60BE Free Speech Blue

📋 copy color: '#3C60BE'

red 60 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Blue #3C60BE

Tints of Free Speech Blue #3C60BE

RGB

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

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

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

R = 17.34%
G = 27.75%
B = 54.91%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C60BE (or 0x3C60BE) is known color: Free Speech Blue. HEX triplet: 3C, 60 and BE. RGB value is (60,96,190). Sum of RGB (Red+Green+Blue) = 60+96+190=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C60BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C60BE is #C39F41. Grayscale: #5F5F5F. Windows color (decimal): -12820290 or 12476476. OLE color: 12476476.

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

Color convert

RGB 60 96 190 -
CMYK 0.68 0.49 0 0.25
HSL 223.38º 0.52% 0.49% -
HSV(B) 223.38º 0.68% 0.75% -
XYZ 15.34 13.04 50.42 -
YUV 95.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 60 96 190 0.68 0.49 0 0.25 223.38 0.52 0.49
Hex 3C 60 BE 44 31 0 19 DF 34 31
Octal 74 140 276 104 61 0 31 337 64 61
Binary 111100 1100000 10111110 1000100 110001 0 11001 11011111 110100 110001

Color Harmonies of #3C60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C60BE

Black with #3C60BE

Text Example


Text Example

White with #3C60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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