#264089

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

Shades of Tory Blue #264089

Tints of Tory Blue #264089

Color information

#264089 (or 0x264089) is unknown color: approx Tory Blue. HEX triplet: 26, 40 and 89. RGB value is (38,64,137). Sum of RGB (Red+Green+Blue) = 38+64+137=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #264089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264089 is #D9BF76. Grayscale: #404040. Windows color (decimal): -14270327 or 8994854. OLE color: 8994854.

HSL color Cylindrical-coordinate representation of color #264089: hue angle of 224.24º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264089 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3864137-
CMYK0.720.5300.46
HSL224.24º56.57%34.31%-
HSV(B)224.24º72.26%53.73%-
XYZ7.155.8924.43-
YUV64.55168.89109.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 137 (53.91% from 255) = 57.32%
R=15.90%
G=26.78%
B=57.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38641370.720.5300.46224.2456.5734.31
Hex264089483502Ee03922
Octal46100211110650563407142
Binary1001101000000100010011001000110101010111011100000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264089; }

 p { color: rgb(38,64,137); }

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

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

 a { background-color: rgb(38,64,137); }

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

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

 span { border-color: rgb(38,64,137); }

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