#3E5288

Color #3E5288 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3E5288

Tints of Tory Blue #3E5288

Color information

#3E5288 (or 0x3E5288) is unknown color: approx Tory Blue. HEX triplet: 3E, 52 and 88. RGB value is (62,82,136). Sum of RGB (Red+Green+Blue) = 62+82+136=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E5288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5288 is #C1AD77. Grayscale: #515151. Windows color (decimal): -12692856 or 8933950. OLE color: 8933950.

HSL color Cylindrical-coordinate representation of color #3E5288: hue angle of 223.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E5288 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6282136-
CMYK0.540.4000.47
HSL223.78º37.37%38.82%-
HSV(B)223.78º54.41%53.33%-
XYZ9.458.8424.5-
YUV82.18158.37113.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 136 (53.52% from 255) = 48.57%
R=22.14%
G=29.29%
B=48.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62821360.540.4000.47223.7837.3738.82
Hex3E5288362802Fe02527
Octal7612221066500573404547
Binary111110101001010001000110110101000010111111100000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,82,136); }

 H1.HeaderClassName
 {
   color: #3E5288;
 }
 .AnyTagClassName
 {
   color: #3E5288;
 }
</style>
background-color css

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

 a { background-color: rgb(62,82,136); }

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

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

 span { border-color: rgb(62,82,136); }

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