Html Css Color HEX #3E5892 Tory Blue

📋 copy color: '#3E5892'

red 62 ◦ green 88 ◦ blue 146

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

Shades of Tory Blue #3E5892

Tints of Tory Blue #3E5892

RGB

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

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

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

R = 20.95%
G = 29.73%
B = 49.32%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E5892 (or 0x3E5892) is known color: Tory Blue. HEX triplet: 3E, 58 and 92. RGB value is (62,88,146). Sum of RGB (Red+Green+Blue) = 62+88+146=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E5892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5892 is #C1A76D. Grayscale: #565656. Windows color (decimal): -12691310 or 9590846. OLE color: 9590846.

HSL color Cylindrical-coordinate representation of color #3E5892: hue angle of 221.43º 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 #3E5892 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 88 146 -
CMYK 0.58 0.40 0 0.43
HSL 221.43º 0.4% 0.41% -
HSV(B) 221.43º 0.58% 0.57% -
XYZ 10.66 10.08 28.58 -
YUV 86.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 62 88 146 0.58 0.40 0 0.43 221.43 0.4 0.41
Hex 3E 58 92 3A 28 0 2B DD 28 29
Octal 76 130 222 72 50 0 53 335 50 51
Binary 111110 1011000 10010010 111010 101000 0 101011 11011101 101000 101001

Color Harmonies of #3E5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5892

Black with #3E5892

Text Example


Text Example

White with #3E5892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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