#263D73

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

Shades of Resolution Blue #263D73

Tints of Resolution Blue #263D73

Color information

#263D73 (or 0x263D73) is unknown color: approx Resolution Blue. HEX triplet: 26, 3D and 73. RGB value is (38,61,115). Sum of RGB (Red+Green+Blue) = 38+61+115=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #263D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D73 is #D9C28C. Grayscale: #3C3C3C. Windows color (decimal): -14271117 or 7552294. OLE color: 7552294.

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

Color convert

RGB3861115-
CMYK0.670.4700.55
HSL222.08º50.33%30%-
HSV(B)222.08º66.96%45.1%-
XYZ5.564.9916.89-
YUV60.28158.88112.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 61 (24.22% from 255) = 28.50%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=17.76%
G=28.50%
B=53.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38611150.670.4700.55222.0850.3330
Hex263D73432F037de321e
Octal4675163103570673366236
Binary1001101111011110011100001110111101101111101111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263D73; }

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

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

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

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

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

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

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

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