#264177

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

Shades of Resolution Blue #264177

Tints of Resolution Blue #264177

Color information

#264177 (or 0x264177) is unknown color: approx Resolution Blue. HEX triplet: 26, 41 and 77. RGB value is (38,65,119). Sum of RGB (Red+Green+Blue) = 38+65+119=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #264177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264177 is #D9BE88. Grayscale: #3E3E3E. Windows color (decimal): -14270089 or 7815462. OLE color: 7815462.

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

Color convert

RGB3865119-
CMYK0.680.4500.53
HSL220º51.59%30.78%-
HSV(B)220º68.07%46.67%-
XYZ6.025.5218.2-
YUV63.08159.55110.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=17.12%
G=29.28%
B=53.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38651190.680.4500.5322051.5930.78
Hex264177442D035dc341f
Octal46101167104550653346437
Binary10011010000011110111100010010110101101011101110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264177; }

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

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

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

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

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

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

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

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