#264272

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

Shades of Resolution Blue #264272

Tints of Resolution Blue #264272

Color information

#264272 (or 0x264272) is unknown color: approx Resolution Blue. HEX triplet: 26, 42 and 72. RGB value is (38,66,114). Sum of RGB (Red+Green+Blue) = 38+66+114=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #264272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264272 is #D9BD8D. Grayscale: #3E3E3E. Windows color (decimal): -14269838 or 7488038. OLE color: 7488038.

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

Color convert

RGB3866114-
CMYK0.670.4200.55
HSL217.89º50%29.8%-
HSV(B)217.89º66.67%44.71%-
XYZ5.785.5216.68-
YUV63.1156.72110.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=17.43%
G=30.28%
B=52.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38661140.670.4200.55217.895029.8
Hex264272432A037da321e
Octal46102162103520673326236
Binary10011010000101110010100001110101001101111101101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264272; }

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

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

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

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

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

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

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

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