#263271

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

Shades of Resolution Blue #263271

Tints of Resolution Blue #263271

Color information

#263271 (or 0x263271) is unknown color: approx Resolution Blue. HEX triplet: 26, 32 and 71. RGB value is (38,50,113). Sum of RGB (Red+Green+Blue) = 38+50+113=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #263271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263271 is #D9CD8E. Grayscale: #353535. Windows color (decimal): -14273935 or 7418406. OLE color: 7418406.

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

Color convert

RGB3850113-
CMYK0.660.5600.56
HSL230.4º49.67%29.61%-
HSV(B)230.4º66.37%44.31%-
XYZ4.923.8916.11-
YUV53.59161.52116.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=18.91%
G=24.88%
B=56.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38501130.660.5600.56230.449.6729.61
Hex2632714238038e6321e
Octal4662161102700703466236
Binary1001101100101110001100001011100001110001110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263271; }

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

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

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

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

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

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

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

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