#264077

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

Shades of Resolution Blue #264077

Tints of Resolution Blue #264077

Color information

#264077 (or 0x264077) is unknown color: approx Resolution Blue. HEX triplet: 26, 40 and 77. RGB value is (38,64,119). Sum of RGB (Red+Green+Blue) = 38+64+119=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #264077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264077 is #D9BF88. Grayscale: #3E3E3E. Windows color (decimal): -14270345 or 7815206. OLE color: 7815206.

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

Color convert

RGB3864119-
CMYK0.680.4600.53
HSL220.74º51.59%30.78%-
HSV(B)220.74º68.07%46.67%-
XYZ5.965.4118.18-
YUV62.5159.89110.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=17.19%
G=28.96%
B=53.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38641190.680.4600.53220.7451.5930.78
Hex264077442E035dd341f
Octal46100167104560653356437
Binary10011010000001110111100010010111001101011101110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264077; }

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

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

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

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

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

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

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

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