#263790

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

Shades of Resolution Blue #263790

Tints of Resolution Blue #263790

Color information

#263790 (or 0x263790) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 90. RGB value is (38,55,144). Sum of RGB (Red+Green+Blue) = 38+55+144=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #263790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263790 is #D9C86F. Grayscale: #3B3B3B. Windows color (decimal): -14272624 or 9451302. OLE color: 9451302.

HSL color Cylindrical-coordinate representation of color #263790: hue angle of 230.38º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263790 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3855144-
CMYK0.740.6200.44
HSL230.38º58.24%35.69%-
HSV(B)230.38º73.61%56.47%-
XYZ7.25.1627-
YUV60.06175.37112.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=16.03%
G=23.21%
B=60.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38551440.740.6200.44230.3858.2435.69
Hex2637904A3E02Ce63a24
Octal4667220112760543467244
Binary100110110111100100001001010111110010110011100110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263790; }

 p { color: rgb(38,55,144); }

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

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

 a { background-color: rgb(38,55,144); }

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

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

 span { border-color: rgb(38,55,144); }

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