#263571

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

Shades of Resolution Blue #263571

Tints of Resolution Blue #263571

Color information

#263571 (or 0x263571) is unknown color: approx Resolution Blue. HEX triplet: 26, 35 and 71. RGB value is (38,53,113). Sum of RGB (Red+Green+Blue) = 38+53+113=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #263571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263571 is #D9CA8E. Grayscale: #373737. Windows color (decimal): -14273167 or 7419174. OLE color: 7419174.

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

Color convert

RGB3853113-
CMYK0.660.5300.56
HSL228º49.67%29.61%-
HSV(B)228º66.37%44.31%-
XYZ5.054.1516.16-
YUV55.36160.53115.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=18.63%
G=25.98%
B=55.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38531130.660.5300.5622849.6729.61
Hex2635714235038e4321e
Octal4665161102650703446236
Binary1001101101011110001100001011010101110001110010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263571; }

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

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

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

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

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

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

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

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