Html Css Color HEX #3E60D1 Free Speech Blue

📋 copy color: '#3E60D1'

red 62 ◦ green 96 ◦ blue 209

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

Shades of Free Speech Blue #3E60D1

Tints of Free Speech Blue #3E60D1

RGB

 RED value IS 62 (24.61% from 255) = 16.89%

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

 BLUE value IS 209 (82.03% from 255) = 56.95%

R = 16.89%
G = 26.16%
B = 56.95%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3E60D1 (or 0x3E60D1) is known color: Free Speech Blue. HEX triplet: 3E, 60 and D1. RGB value is (62,96,209). Sum of RGB (Red+Green+Blue) = 62+96+209=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #3E60D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E60D1 is #C19F2E. Grayscale: #626262. Windows color (decimal): -12689199 or 13721662. OLE color: 13721662.

HSL color Cylindrical-coordinate representation of color #3E60D1: hue angle of 226.12º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E60D1 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 96 209 -
CMYK 0.70 0.54 0 0.18
HSL 226.12º 0.62% 0.53% -
HSV(B) 226.12º 0.7% 0.82% -
XYZ 17.68 13.99 62.09 -
YUV 98.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 62 96 209 0.70 0.54 0 0.18 226.12 0.62 0.53
Hex 3E 60 D1 46 36 0 12 E2 3E 35
Octal 76 140 321 106 66 0 22 342 76 65
Binary 111110 1100000 11010001 1000110 110110 0 10010 11100010 111110 110101

Color Harmonies of #3E60D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E60D1

Black with #3E60D1

Text Example


Text Example

White with #3E60D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,96,209); }

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

background-color css

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

 a { background-color: rgb(62,96,209); }

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

border-color css

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

 span { border-color: rgb(62,96,209); }

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