#263371

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

Shades of Resolution Blue #263371

Tints of Resolution Blue #263371

Color information

#263371 (or 0x263371) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 71. RGB value is (38,51,113). Sum of RGB (Red+Green+Blue) = 38+51+113=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #263371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263371 is #D9CC8E. Grayscale: #353535. Windows color (decimal): -14273679 or 7418662. OLE color: 7418662.

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

Color convert

RGB3851113-
CMYK0.660.5500.56
HSL229.6º49.67%29.61%-
HSV(B)229.6º66.37%44.31%-
XYZ4.963.9716.13-
YUV54.18161.19116.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=18.81%
G=25.25%
B=55.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38511130.660.5500.56229.649.6729.61
Hex2633714237038e6321e
Octal4663161102670703466236
Binary1001101100111110001100001011011101110001110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263371; }

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

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

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

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

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

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

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

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