#263772

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

Shades of Resolution Blue #263772

Tints of Resolution Blue #263772

Color information

#263772 (or 0x263772) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 72. RGB value is (38,55,114). Sum of RGB (Red+Green+Blue) = 38+55+114=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #263772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263772 is #D9C88D. Grayscale: #383838. Windows color (decimal): -14272654 or 7485222. OLE color: 7485222.

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

Color convert

RGB3855114-
CMYK0.670.5200.55
HSL226.58º50%29.8%-
HSV(B)226.58º66.67%44.71%-
XYZ5.24.3616.49-
YUV56.64160.37114.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=18.36%
G=26.57%
B=55.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38551140.670.5200.55226.585029.8
Hex2637724334037e3321e
Octal4667162103640673436236
Binary1001101101111110010100001111010001101111110001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263772; }

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

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

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

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

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

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

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

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