#263776

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

Shades of Resolution Blue #263776

Tints of Resolution Blue #263776

Color information

#263776 (or 0x263776) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 76. RGB value is (38,55,118). Sum of RGB (Red+Green+Blue) = 38+55+118=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #263776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263776 is #D9C889. Grayscale: #383838. Windows color (decimal): -14272650 or 7747366. OLE color: 7747366.

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

Color convert

RGB3855118-
CMYK0.680.5300.54
HSL227.25º51.28%30.59%-
HSV(B)227.25º67.8%46.27%-
XYZ5.444.4517.71-
YUV57.1162.37114.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=18.01%
G=26.07%
B=55.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38551180.680.5300.54227.2551.2830.59
Hex2637764435036e3331f
Octal4667166104650663436337
Binary1001101101111110110100010011010101101101110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263776; }

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

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

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

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

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

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

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

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