#263788

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

Shades of Resolution Blue #263788

Tints of Resolution Blue #263788

Color information

#263788 (or 0x263788) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 88. RGB value is (38,55,136). Sum of RGB (Red+Green+Blue) = 38+55+136=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #263788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263788 is #D9C877. Grayscale: #3A3A3A. Windows color (decimal): -14272632 or 8927014. OLE color: 8927014.

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

Color convert

RGB3855136-
CMYK0.720.6000.47
HSL229.59º56.32%34.12%-
HSV(B)229.59º72.06%53.33%-
XYZ6.614.9223.89-
YUV59.15171.37112.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 136 (53.52% from 255) = 59.39%
R=16.59%
G=24.02%
B=59.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38551360.720.6000.47229.5956.3234.12
Hex263788483C02Fe63822
Octal4667210110740573467042
Binary100110110111100010001001000111100010111111100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263788; }

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

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

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

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

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

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

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

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