#263576

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

Shades of Resolution Blue #263576

Tints of Resolution Blue #263576

Color information

#263576 (or 0x263576) is unknown color: approx Resolution Blue. HEX triplet: 26, 35 and 76. RGB value is (38,53,118). Sum of RGB (Red+Green+Blue) = 38+53+118=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #263576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263576 is #D9CA89. Grayscale: #373737. Windows color (decimal): -14273162 or 7746854. OLE color: 7746854.

HSL color Cylindrical-coordinate representation of color #263576: hue angle of 228.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263576 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3853118-
CMYK0.680.5500.54
HSL228.75º51.28%30.59%-
HSV(B)228.75º67.8%46.27%-
XYZ5.344.2717.68-
YUV55.92163.03115.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=18.18%
G=25.36%
B=56.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38531180.680.5500.54228.7551.2830.59
Hex2635764437036e5331f
Octal4665166104670663456337
Binary1001101101011110110100010011011101101101110010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263576; }

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

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

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

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

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

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

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

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