#263373

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

Shades of Resolution Blue #263373

Tints of Resolution Blue #263373

Color information

#263373 (or 0x263373) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 73. RGB value is (38,51,115). Sum of RGB (Red+Green+Blue) = 38+51+115=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #263373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263373 is #D9CC8C. Grayscale: #363636. Windows color (decimal): -14273677 or 7549734. OLE color: 7549734.

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

Color convert

RGB3851115-
CMYK0.670.5600.55
HSL229.87º50.33%30%-
HSV(B)229.87º66.96%45.1%-
XYZ5.084.0216.73-
YUV54.41162.19116.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=18.63%
G=25%
B=56.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38511150.670.5600.55229.8750.3330
Hex2633734338037e6321e
Octal4663163103700673466236
Binary1001101100111110011100001111100001101111110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263373; }

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

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

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

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

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

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

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

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