#263771

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

Shades of Resolution Blue #263771

Tints of Resolution Blue #263771

Color information

#263771 (or 0x263771) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 71. RGB value is (38,55,113). Sum of RGB (Red+Green+Blue) = 38+55+113=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #263771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263771 is #D9C88E. Grayscale: #383838. Windows color (decimal): -14272655 or 7419686. OLE color: 7419686.

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

Color convert

RGB3855113-
CMYK0.660.5100.56
HSL226.4º49.67%29.61%-
HSV(B)226.4º66.37%44.31%-
XYZ5.154.3416.19-
YUV56.53159.87114.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=18.45%
G=26.70%
B=54.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38551130.660.5100.56226.449.6729.61
Hex2637714233038e2321e
Octal4667161102630703426236
Binary1001101101111110001100001011001101110001110001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263771; }

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

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

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

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

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

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

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

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