#263D71

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

Shades of Resolution Blue #263D71

Tints of Resolution Blue #263D71

Color information

#263D71 (or 0x263D71) is unknown color: approx Resolution Blue. HEX triplet: 26, 3D and 71. RGB value is (38,61,113). Sum of RGB (Red+Green+Blue) = 38+61+113=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #263D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D71 is #D9C28E. Grayscale: #3B3B3B. Windows color (decimal): -14271119 or 7421222. OLE color: 7421222.

HSL color Cylindrical-coordinate representation of color #263D71: hue angle of 221.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263D71 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3861113-
CMYK0.660.4600.56
HSL221.6º49.67%29.61%-
HSV(B)221.6º66.37%44.31%-
XYZ5.454.9416.29-
YUV60.05157.88112.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=17.92%
G=28.77%
B=53.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38611130.660.4600.56221.649.6729.61
Hex263D71422E038de321e
Octal4675161102560703366236
Binary1001101111011110001100001010111001110001101111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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