#263E7F

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

Shades of Resolution Blue #263E7F

Tints of Resolution Blue #263E7F

Color information

#263E7F (or 0x263E7F) is unknown color: approx Resolution Blue. HEX triplet: 26, 3E and 7F. RGB value is (38,62,127). Sum of RGB (Red+Green+Blue) = 38+62+127=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #263E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E7F is #D9C180. Grayscale: #3D3D3D. Windows color (decimal): -14270849 or 8338982. OLE color: 8338982.

HSL color Cylindrical-coordinate representation of color #263E7F: hue angle of 223.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #263E7F is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3862127-
CMYK0.700.5100.50
HSL223.82º53.94%32.35%-
HSV(B)223.82º70.08%49.8%-
XYZ6.355.3920.78-
YUV62.23164.55110.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 127 (50% from 255) = 55.95%
R=16.74%
G=27.31%
B=55.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38621270.700.5100.50223.8253.9432.35
Hex263E7F4633032e03620
Octal4676177106630623406640
Binary10011011111011111111000110110011011001011100000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,62,127); }

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

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

 a { background-color: rgb(38,62,127); }

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

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

 span { border-color: rgb(38,62,127); }

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