#263472

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

Shades of Resolution Blue #263472

Tints of Resolution Blue #263472

Color information

#263472 (or 0x263472) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 72. RGB value is (38,52,114). Sum of RGB (Red+Green+Blue) = 38+52+114=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #263472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263472 is #D9CB8D. Grayscale: #363636. Windows color (decimal): -14273422 or 7484454. OLE color: 7484454.

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

Color convert

RGB3852114-
CMYK0.670.5400.55
HSL228.95º50%29.8%-
HSV(B)228.95º66.67%44.71%-
XYZ5.064.0816.44-
YUV54.88161.36115.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=18.63%
G=25.49%
B=55.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38521140.670.5400.55228.955029.8
Hex2634724336037e5321e
Octal4664162103660673456236
Binary1001101101001110010100001111011001101111110010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263472; }

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

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

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

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

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

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

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

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