#263A87

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

Shades of Resolution Blue #263A87

Tints of Resolution Blue #263A87

Color information

#263A87 (or 0x263A87) is unknown color: approx Resolution Blue. HEX triplet: 26, 3A and 87. RGB value is (38,58,135). Sum of RGB (Red+Green+Blue) = 38+58+135=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #263A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A87 is #D9C578. Grayscale: #3C3C3C. Windows color (decimal): -14271865 or 8862246. OLE color: 8862246.

HSL color Cylindrical-coordinate representation of color #263A87: hue angle of 227.63º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263A87 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3858135-
CMYK0.720.5700.47
HSL227.63º56.07%33.92%-
HSV(B)227.63º71.85%52.94%-
XYZ6.695.1923.57-
YUV60.8169.87111.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=16.45%
G=25.11%
B=58.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38581350.720.5700.47227.6356.0733.92
Hex263A87483902Fe43822
Octal4672207110710573447042
Binary100110111010100001111001000111001010111111100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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