#263671

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

Shades of Resolution Blue #263671

Tints of Resolution Blue #263671

Color information

#263671 (or 0x263671) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 71. RGB value is (38,54,113). Sum of RGB (Red+Green+Blue) = 38+54+113=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #263671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263671 is #D9C98E. Grayscale: #373737. Windows color (decimal): -14272911 or 7419430. OLE color: 7419430.

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

Color convert

RGB3854113-
CMYK0.660.5200.56
HSL227.2º49.67%29.61%-
HSV(B)227.2º66.37%44.31%-
XYZ5.14.2416.17-
YUV55.94160.2115.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=18.54%
G=26.34%
B=55.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38541130.660.5200.56227.249.6729.61
Hex2636714234038e3321e
Octal4666161102640703436236
Binary1001101101101110001100001011010001110001110001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263671; }

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

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

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

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

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

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

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

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