Html Css Color HEX #405288 Tory Blue

📋 copy color: '#405288'

red 64 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #405288

Tints of Tory Blue #405288

RGB

 RED value IS 64 (25.39% from 255) = 22.7%

 GREEN value IS 82 (32.42% from 255) = 29.08%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 22.7%
G = 29.08%
B = 48.23%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#405288 (or 0x405288) is known color: Tory Blue. HEX triplet: 40, 52 and 88. RGB value is (64,82,136). Sum of RGB (Red+Green+Blue) = 64+82+136=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #405288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405288 is #BFAD77. Grayscale: #525252. Windows color (decimal): -12561784 or 8933952. OLE color: 8933952.

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

Color convert

RGB 64 82 136 -
CMYK 0.53 0.40 0 0.47
HSL 225º 0.36% 0.39% -
HSV(B) 225º 0.53% 0.53% -
XYZ 9.58 8.9 24.51 -
YUV 82.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 64 82 136 0.53 0.40 0 0.47 225 0.36 0.39
Hex 40 52 88 35 28 0 2F E1 24 27
Octal 100 122 210 65 50 0 57 341 44 47
Binary 1000000 1010010 10001000 110101 101000 0 101111 11100001 100100 100111

Color Harmonies of #405288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405288

Black with #405288

Text Example


Text Example

White with #405288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405288; }

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

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

background-color css

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

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

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

border-color css

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

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

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