Html Css Color HEX #3E50CE Free Speech Blue

📋 copy color: '#3E50CE'

red 62 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Blue #3E50CE

Tints of Free Speech Blue #3E50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 17.82%
G = 22.99%
B = 59.2%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E50CE (or 0x3E50CE) is known color: Free Speech Blue. HEX triplet: 3E, 50 and CE. RGB value is (62,80,206). Sum of RGB (Red+Green+Blue) = 62+80+206=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E50CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E50CE is #C1AF31. Grayscale: #585858. Windows color (decimal): -12693298 or 13520958. OLE color: 13520958.

HSL color Cylindrical-coordinate representation of color #3E50CE: hue angle of 232.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E50CE is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 80 206 -
CMYK 0.70 0.61 0 0.19
HSL 232.5º 0.6% 0.53% -
HSV(B) 232.5º 0.7% 0.81% -
XYZ 16 11.22 59.71 -
YUV 88.98 194.04 108.75 -
System Red Green Blue C M Y K H S L
Decimal 62 80 206 0.70 0.61 0 0.19 232.5 0.6 0.53
Hex 3E 50 CE 46 3D 0 13 E8 3C 35
Octal 76 120 316 106 75 0 23 350 74 65
Binary 111110 1010000 11001110 1000110 111101 0 10011 11101000 111100 110101

Color Harmonies of #3E50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E50CE

Black with #3E50CE

Text Example


Text Example

White with #3E50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,80,206); }

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

background-color css

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

 a { background-color: rgb(62,80,206); }

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

border-color css

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

 span { border-color: rgb(62,80,206); }

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