Html Css Color HEX #3E5992 Tory Blue

📋 copy color: '#3E5992'

red 62 ◦ green 89 ◦ blue 146

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

Shades of Tory Blue #3E5992

Tints of Tory Blue #3E5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.97%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 20.88%
G = 29.97%
B = 49.16%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E5992 (or 0x3E5992) is known color: Tory Blue. HEX triplet: 3E, 59 and 92. RGB value is (62,89,146). Sum of RGB (Red+Green+Blue) = 62+89+146=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E5992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5992 is #C1A66D. Grayscale: #575757. Windows color (decimal): -12691054 or 9591102. OLE color: 9591102.

HSL color Cylindrical-coordinate representation of color #3E5992: hue angle of 220.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E5992 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 89 146 -
CMYK 0.58 0.39 0 0.43
HSL 220.71º 0.4% 0.41% -
HSV(B) 220.71º 0.58% 0.57% -
XYZ 10.75 10.24 28.61 -
YUV 87.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 62 89 146 0.58 0.39 0 0.43 220.71 0.4 0.41
Hex 3E 59 92 3A 27 0 2B DD 28 29
Octal 76 131 222 72 47 0 53 335 50 51
Binary 111110 1011001 10010010 111010 100111 0 101011 11011101 101000 101001

Color Harmonies of #3E5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5992

Black with #3E5992

Text Example


Text Example

White with #3E5992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,89,146); }

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

background-color css

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

 a { background-color: rgb(62,89,146); }

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

border-color css

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

 span { border-color: rgb(62,89,146); }

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