#263E72

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

Shades of Resolution Blue #263E72

Tints of Resolution Blue #263E72

Color information

#263E72 (or 0x263E72) is unknown color: approx Resolution Blue. HEX triplet: 26, 3E and 72. RGB value is (38,62,114). Sum of RGB (Red+Green+Blue) = 38+62+114=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #263E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E72 is #D9C18D. Grayscale: #3C3C3C. Windows color (decimal): -14270862 or 7487014. OLE color: 7487014.

HSL color Cylindrical-coordinate representation of color #263E72: hue angle of 221.05º 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 #263E72 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3862114-
CMYK0.670.4600.55
HSL221.05º50%29.8%-
HSV(B)221.05º66.67%44.71%-
XYZ5.565.0716.61-
YUV60.75158.05111.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=17.76%
G=28.97%
B=53.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38621140.670.4600.55221.055029.8
Hex263E72432E037dd321e
Octal4676162103560673356236
Binary1001101111101110010100001110111001101111101110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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