#263A71

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

Shades of Resolution Blue #263A71

Tints of Resolution Blue #263A71

Color information

#263A71 (or 0x263A71) is unknown color: approx Resolution Blue. HEX triplet: 26, 3A and 71. RGB value is (38,58,113). Sum of RGB (Red+Green+Blue) = 38+58+113=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #263A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A71 is #D9C58E. Grayscale: #3A3A3A. Windows color (decimal): -14271887 or 7420454. OLE color: 7420454.

HSL color Cylindrical-coordinate representation of color #263A71: hue angle of 224º 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 #263A71 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3858113-
CMYK0.660.4900.56
HSL224º49.67%29.61%-
HSV(B)224º66.37%44.31%-
XYZ5.294.6316.24-
YUV58.29158.87113.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=18.18%
G=27.75%
B=54.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38581130.660.4900.5622449.6729.61
Hex263A714231038e0321e
Octal4672161102610703406236
Binary1001101110101110001100001011000101110001110000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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