Html Css Color HEX #3C61BE Free Speech Blue

📋 copy color: '#3C61BE'

red 60 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Blue #3C61BE

Tints of Free Speech Blue #3C61BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

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

R = 17.29%
G = 27.95%
B = 54.76%

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

#3C61BE (or 0x3C61BE) is known color: Free Speech Blue. HEX triplet: 3C, 61 and BE. RGB value is (60,97,190). Sum of RGB (Red+Green+Blue) = 60+97+190=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C61BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C61BE is #C39E41. Grayscale: #606060. Windows color (decimal): -12820034 or 12476732. OLE color: 12476732.

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

Color convert

RGB 60 97 190 -
CMYK 0.68 0.49 0 0.25
HSL 222.92º 0.52% 0.49% -
HSV(B) 222.92º 0.68% 0.75% -
XYZ 15.43 13.23 50.46 -
YUV 96.54 180.74 101.94 -
System Red Green Blue C M Y K H S L
Decimal 60 97 190 0.68 0.49 0 0.25 222.92 0.52 0.49
Hex 3C 61 BE 44 31 0 19 DF 34 31
Octal 74 141 276 104 61 0 31 337 64 61
Binary 111100 1100001 10111110 1000100 110001 0 11001 11011111 110100 110001

Color Harmonies of #3C61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C61BE

Black with #3C61BE

Text Example


Text Example

White with #3C61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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