#264076

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

Shades of Resolution Blue #264076

Tints of Resolution Blue #264076

Color information

#264076 (or 0x264076) is unknown color: approx Resolution Blue. HEX triplet: 26, 40 and 76. RGB value is (38,64,118). Sum of RGB (Red+Green+Blue) = 38+64+118=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #264076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264076 is #D9BF89. Grayscale: #3E3E3E. Windows color (decimal): -14270346 or 7749670. OLE color: 7749670.

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

Color convert

RGB3864118-
CMYK0.680.4600.54
HSL220.5º51.28%30.59%-
HSV(B)220.5º67.8%46.27%-
XYZ5.95.3917.87-
YUV62.38159.39110.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=17.27%
G=29.09%
B=53.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38641180.680.4600.54220.551.2830.59
Hex264076442E036dc331f
Octal46100166104560663346337
Binary10011010000001110110100010010111001101101101110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264076; }

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

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

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

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

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

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

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

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