#263273

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

Shades of Resolution Blue #263273

Tints of Resolution Blue #263273

Color information

#263273 (or 0x263273) is unknown color: approx Resolution Blue. HEX triplet: 26, 32 and 73. RGB value is (38,50,115). Sum of RGB (Red+Green+Blue) = 38+50+115=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #263273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263273 is #D9CD8C. Grayscale: #353535. Windows color (decimal): -14273933 or 7549478. OLE color: 7549478.

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

Color convert

RGB3850115-
CMYK0.670.5700.55
HSL230.65º50.33%30%-
HSV(B)230.65º66.96%45.1%-
XYZ5.033.9316.71-
YUV53.82162.52116.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=18.72%
G=24.63%
B=56.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38501150.670.5700.55230.6550.3330
Hex2632734339037e7321e
Octal4662163103710673476236
Binary1001101100101110011100001111100101101111110011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263273; }

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

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

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

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

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

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

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

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