#26367F

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

Shades of Resolution Blue #26367F

Tints of Resolution Blue #26367F

Color information

#26367F (or 0x26367F) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 7F. RGB value is (38,54,127). Sum of RGB (Red+Green+Blue) = 38+54+127=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #26367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26367F is #D9C980. Grayscale: #393939. Windows color (decimal): -14272897 or 8336934. OLE color: 8336934.

HSL color Cylindrical-coordinate representation of color #26367F: hue angle of 229.21º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26367F is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3854127-
CMYK0.700.5700.50
HSL229.21º53.94%32.35%-
HSV(B)229.21º70.08%49.8%-
XYZ5.954.5820.65-
YUV57.54167.2114.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 127 (50% from 255) = 57.99%
R=17.35%
G=24.66%
B=57.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38541270.700.5700.50229.2153.9432.35
Hex26367F4639032e53620
Octal4666177106710623456640
Binary10011011011011111111000110111001011001011100101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26367F; }

 p { color: rgb(38,54,127); }

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

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

 a { background-color: rgb(38,54,127); }

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

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

 span { border-color: rgb(38,54,127); }

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