Html Css Color HEX #3E5DBE Free Speech Blue

📋 copy color: '#3E5DBE'

red 62 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Blue #3E5DBE

Tints of Free Speech Blue #3E5DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 17.97%
G = 26.96%
B = 55.07%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E5DBE (or 0x3E5DBE) is known color: Free Speech Blue. HEX triplet: 3E, 5D and BE. RGB value is (62,93,190). Sum of RGB (Red+Green+Blue) = 62+93+190=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E5DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DBE is #C1A241. Grayscale: #5E5E5E. Windows color (decimal): -12689986 or 12475710. OLE color: 12475710.

HSL color Cylindrical-coordinate representation of color #3E5DBE: hue angle of 225.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E5DBE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 93 190 -
CMYK 0.67 0.51 0 0.25
HSL 225.47º 0.51% 0.49% -
HSV(B) 225.47º 0.67% 0.75% -
XYZ 15.2 12.57 50.34 -
YUV 94.79 181.73 104.61 -
System Red Green Blue C M Y K H S L
Decimal 62 93 190 0.67 0.51 0 0.25 225.47 0.51 0.49
Hex 3E 5D BE 43 33 0 19 E1 33 31
Octal 76 135 276 103 63 0 31 341 63 61
Binary 111110 1011101 10111110 1000011 110011 0 11001 11100001 110011 110001

Color Harmonies of #3E5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5DBE

Black with #3E5DBE

Text Example


Text Example

White with #3E5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,93,190); }

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

background-color css

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

 a { background-color: rgb(62,93,190); }

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

border-color css

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

 span { border-color: rgb(62,93,190); }

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