#264476

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

Shades of Resolution Blue #264476

Tints of Resolution Blue #264476

Color information

#264476 (or 0x264476) is unknown color: approx Resolution Blue. HEX triplet: 26, 44 and 76. RGB value is (38,68,118). Sum of RGB (Red+Green+Blue) = 38+68+118=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #264476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264476 is #D9BB89. Grayscale: #404040. Windows color (decimal): -14269322 or 7750694. OLE color: 7750694.

HSL color Cylindrical-coordinate representation of color #264476: hue angle of 217.5º 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 #264476 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3868118-
CMYK0.680.4200.54
HSL217.5º51.28%30.59%-
HSV(B)217.5º67.8%46.27%-
XYZ6.145.8517.95-
YUV64.73158.06108.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=16.96%
G=30.36%
B=52.68%

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
Decimal38681180.680.4200.54217.551.2830.59
Hex264476442A036da331f
Octal46104166104520663326337
Binary10011010001001110110100010010101001101101101101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264476; }

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

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

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

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

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

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

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

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