#263270

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

Shades of Resolution Blue #263270

Tints of Resolution Blue #263270

Color information

#263270 (or 0x263270) is unknown color: approx Resolution Blue. HEX triplet: 26, 32 and 70. RGB value is (38,50,112). Sum of RGB (Red+Green+Blue) = 38+50+112=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #263270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263270 is #D9CD8F. Grayscale: #353535. Windows color (decimal): -14273936 or 7352870. OLE color: 7352870.

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

Color convert

RGB3850112-
CMYK0.660.5500.56
HSL230.27º49.33%29.41%-
HSV(B)230.27º66.07%43.92%-
XYZ4.863.8615.82-
YUV53.48161.02116.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 56%
R=19%
G=25%
B=56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38501120.660.5500.56230.2749.3329.41
Hex2632704237038e6311d
Octal4662160102670703466135
Binary1001101100101110000100001011011101110001110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263270; }

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

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

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

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

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

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

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

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