Html Css Color HEX #3E5288 Tory Blue

📋 copy color: '#3E5288'

red 62 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #3E5288

Tints of Tory Blue #3E5288

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 value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E5288 (or 0x3E5288) is known color: 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

RGB 62 82 136 -
CMYK 0.54 0.40 0 0.47
HSL 223.78º 0.37% 0.39% -
HSV(B) 223.78º 0.54% 0.53% -
XYZ 9.45 8.84 24.5 -
YUV 82.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 62 82 136 0.54 0.40 0 0.47 223.78 0.37 0.39
Hex 3E 52 88 36 28 0 2F E0 25 27
Octal 76 122 210 66 50 0 57 340 45 47
Binary 111110 1010010 10001000 110110 101000 0 101111 11100000 100101 100111

Color Harmonies of #3E5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5288

Black with #3E5288

Text Example


Text Example

White with #3E5288

Text Example


Text Example

HTML Codes & Css Web 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>