#263987

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

Shades of Resolution Blue #263987

Tints of Resolution Blue #263987

Color information

#263987 (or 0x263987) is unknown color: approx Resolution Blue. HEX triplet: 26, 39 and 87. RGB value is (38,57,135). Sum of RGB (Red+Green+Blue) = 38+57+135=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #263987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263987 is #D9C678. Grayscale: #3B3B3B. Windows color (decimal): -14272121 or 8861990. OLE color: 8861990.

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

Color convert

RGB3857135-
CMYK0.720.5800.47
HSL228.25º56.07%33.92%-
HSV(B)228.25º71.85%52.94%-
XYZ6.645.0923.55-
YUV60.21170.21112.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=16.52%
G=24.78%
B=58.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38571350.720.5800.47228.2556.0733.92
Hex263987483A02Fe43822
Octal4671207110720573447042
Binary100110111001100001111001000111010010111111100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263987; }

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

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

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

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

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

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

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

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