#263570

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

Shades of Resolution Blue #263570

Tints of Resolution Blue #263570

Color information

#263570 (or 0x263570) is unknown color: approx Resolution Blue. HEX triplet: 26, 35 and 70. RGB value is (38,53,112). Sum of RGB (Red+Green+Blue) = 38+53+112=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #263570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263570 is #D9CA8F. Grayscale: #363636. Windows color (decimal): -14273168 or 7353638. OLE color: 7353638.

HSL color Cylindrical-coordinate representation of color #263570: hue angle of 227.84º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263570 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3853112-
CMYK0.660.5300.56
HSL227.84º49.33%29.41%-
HSV(B)227.84º66.07%43.92%-
XYZ54.1315.86-
YUV55.24160.03115.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=18.72%
G=26.11%
B=55.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38531120.660.5300.56227.8449.3329.41
Hex2635704235038e4311d
Octal4665160102650703446135
Binary1001101101011110000100001011010101110001110010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263570; }

 p { color: rgb(38,53,112); }

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

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

 a { background-color: rgb(38,53,112); }

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

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

 span { border-color: rgb(38,53,112); }

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