Html Css Color HEX #3E58D0 Free Speech Blue

📋 copy color: '#3E58D0'

red 62 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Blue #3E58D0

Tints of Free Speech Blue #3E58D0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.58%

 BLUE value IS 208 (81.64% from 255) = 58.1%

R = 17.32%
G = 24.58%
B = 58.1%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3E58D0 (or 0x3E58D0) is known color: Free Speech Blue. HEX triplet: 3E, 58 and D0. RGB value is (62,88,208). Sum of RGB (Red+Green+Blue) = 62+88+208=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #3E58D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E58D0 is #C1A72F. Grayscale: #5D5D5D. Windows color (decimal): -12691248 or 13654078. OLE color: 13654078.

HSL color Cylindrical-coordinate representation of color #3E58D0: hue angle of 229.32º degrees, saturation: 0.61, 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 #3E58D0 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 88 208 -
CMYK 0.70 0.58 0 0.18
HSL 229.32º 0.61% 0.53% -
HSV(B) 229.32º 0.7% 0.82% -
XYZ 16.86 12.56 61.21 -
YUV 93.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 62 88 208 0.70 0.58 0 0.18 229.32 0.61 0.53
Hex 3E 58 D0 46 3A 0 12 E5 3D 35
Octal 76 130 320 106 72 0 22 345 75 65
Binary 111110 1011000 11010000 1000110 111010 0 10010 11100101 111101 110101

Color Harmonies of #3E58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E58D0

Black with #3E58D0

Text Example


Text Example

White with #3E58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,88,208); }

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

background-color css

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

 a { background-color: rgb(62,88,208); }

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

border-color css

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

 span { border-color: rgb(62,88,208); }

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