Html Css Color HEX #3E5990 Tory Blue

📋 copy color: '#3E5990'

red 62 ◦ green 89 ◦ blue 144

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

Shades of Tory Blue #3E5990

Tints of Tory Blue #3E5990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 21.02%
G = 30.17%
B = 48.81%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E5990 (or 0x3E5990) is known color: Tory Blue. HEX triplet: 3E, 59 and 90. RGB value is (62,89,144). Sum of RGB (Red+Green+Blue) = 62+89+144=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E5990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5990 is #C1A66F. Grayscale: #565656. Windows color (decimal): -12691056 or 9460030. OLE color: 9460030.

HSL color Cylindrical-coordinate representation of color #3E5990: hue angle of 220.24º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E5990 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 89 144 -
CMYK 0.57 0.38 0 0.44
HSL 220.24º 0.4% 0.4% -
HSV(B) 220.24º 0.57% 0.56% -
XYZ 10.59 10.18 27.79 -
YUV 87.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 62 89 144 0.57 0.38 0 0.44 220.24 0.4 0.4
Hex 3E 59 90 39 26 0 2C DC 28 28
Octal 76 131 220 71 46 0 54 334 50 50
Binary 111110 1011001 10010000 111001 100110 0 101100 11011100 101000 101000

Color Harmonies of #3E5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5990

Black with #3E5990

Text Example


Text Example

White with #3E5990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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