#264576

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

Shades of Resolution Blue #264576

Tints of Resolution Blue #264576

Color information

#264576 (or 0x264576) is unknown color: approx Resolution Blue. HEX triplet: 26, 45 and 76. RGB value is (38,69,118). Sum of RGB (Red+Green+Blue) = 38+69+118=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #264576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264576 is #D9BA89. Grayscale: #414141. Windows color (decimal): -14269066 or 7750950. OLE color: 7750950.

HSL color Cylindrical-coordinate representation of color #264576: hue angle of 216.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264576 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3869118-
CMYK0.680.4200.54
HSL216.75º51.28%30.59%-
HSV(B)216.75º67.8%46.27%-
XYZ6.25.9817.97-
YUV65.32157.73108.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=16.89%
G=30.67%
B=52.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38691180.680.4200.54216.7551.2830.59
Hex264576442A036d9331f
Octal46105166104520663316337
Binary10011010001011110110100010010101001101101101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264576; }

 p { color: rgb(38,69,118); }

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

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

 a { background-color: rgb(38,69,118); }

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

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

 span { border-color: rgb(38,69,118); }

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