#263B72

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

Shades of Resolution Blue #263B72

Tints of Resolution Blue #263B72

Color information

#263B72 (or 0x263B72) is unknown color: approx Resolution Blue. HEX triplet: 26, 3B and 72. RGB value is (38,59,114). Sum of RGB (Red+Green+Blue) = 38+59+114=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #263B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B72 is #D9C48D. Grayscale: #3A3A3A. Windows color (decimal): -14271630 or 7486246. OLE color: 7486246.

HSL color Cylindrical-coordinate representation of color #263B72: hue angle of 223.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263B72 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3859114-
CMYK0.670.4800.55
HSL223.42º50%29.8%-
HSV(B)223.42º66.67%44.71%-
XYZ5.44.7516.55-
YUV58.99159.04113.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=18.01%
G=27.96%
B=54.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38591140.670.4800.55223.425029.8
Hex263B724330037df321e
Octal4673162103600673376236
Binary1001101110111110010100001111000001101111101111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263B72; }

 p { color: rgb(38,59,114); }

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

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

 a { background-color: rgb(38,59,114); }

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

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

 span { border-color: rgb(38,59,114); }

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