#263D87

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

Shades of Resolution Blue #263D87

Tints of Resolution Blue #263D87

Color information

#263D87 (or 0x263D87) is unknown color: approx Resolution Blue. HEX triplet: 26, 3D and 87. RGB value is (38,61,135). Sum of RGB (Red+Green+Blue) = 38+61+135=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #263D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D87 is #D9C278. Grayscale: #3E3E3E. Windows color (decimal): -14271097 or 8863014. OLE color: 8863014.

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

Color convert

RGB3861135-
CMYK0.720.5500.47
HSL225.77º56.07%33.92%-
HSV(B)225.77º71.85%52.94%-
XYZ6.845.523.62-
YUV62.56168.88110.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 135 (53.12% from 255) = 57.69%
R=16.24%
G=26.07%
B=57.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38611350.720.5500.47225.7756.0733.92
Hex263D87483702Fe23822
Octal4675207110670573427042
Binary100110111101100001111001000110111010111111100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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