#264571

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

Shades of Resolution Blue #264571

Tints of Resolution Blue #264571

Color information

#264571 (or 0x264571) is unknown color: approx Resolution Blue. HEX triplet: 26, 45 and 71. RGB value is (38,69,113). Sum of RGB (Red+Green+Blue) = 38+69+113=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #264571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264571 is #D9BA8E. Grayscale: #404040. Windows color (decimal): -14269071 or 7423270. OLE color: 7423270.

HSL color Cylindrical-coordinate representation of color #264571: hue angle of 215.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264571 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3869113-
CMYK0.660.3900.56
HSL215.2º49.67%29.61%-
HSV(B)215.2º66.37%44.31%-
XYZ5.915.8616.44-
YUV64.75155.23108.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=17.27%
G=31.36%
B=51.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38691130.660.3900.56215.249.6729.61
Hex2645714227038d7321e
Octal46105161102470703276236
Binary10011010001011110001100001010011101110001101011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264571; }

 p { color: rgb(38,69,113); }

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

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

 a { background-color: rgb(38,69,113); }

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

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

 span { border-color: rgb(38,69,113); }

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