#264172

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

Shades of Resolution Blue #264172

Tints of Resolution Blue #264172

Color information

#264172 (or 0x264172) is unknown color: approx Resolution Blue. HEX triplet: 26, 41 and 72. RGB value is (38,65,114). Sum of RGB (Red+Green+Blue) = 38+65+114=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #264172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264172 is #D9BE8D. Grayscale: #3E3E3E. Windows color (decimal): -14270094 or 7487782. OLE color: 7487782.

HSL color Cylindrical-coordinate representation of color #264172: hue angle of 218.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264172 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3865114-
CMYK0.670.4300.55
HSL218.68º50%29.8%-
HSV(B)218.68º66.67%44.71%-
XYZ5.735.4116.66-
YUV62.51157.05110.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=17.51%
G=29.95%
B=52.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38651140.670.4300.55218.685029.8
Hex264172432B037db321e
Octal46101162103530673336236
Binary10011010000011110010100001110101101101111101101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264172; }

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

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

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

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

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

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

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

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