#26337F

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

Shades of Resolution Blue #26337F

Tints of Resolution Blue #26337F

Color information

#26337F (or 0x26337F) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 7F. RGB value is (38,51,127). Sum of RGB (Red+Green+Blue) = 38+51+127=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #26337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26337F is #D9CC80. Grayscale: #373737. Windows color (decimal): -14273665 or 8336166. OLE color: 8336166.

HSL color Cylindrical-coordinate representation of color #26337F: hue angle of 231.24º 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 #26337F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3851127-
CMYK0.700.6000.50
HSL231.24º53.94%32.35%-
HSV(B)231.24º70.08%49.8%-
XYZ5.814.3120.6-
YUV55.78168.19115.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 127 (50% from 255) = 58.80%
R=17.59%
G=23.61%
B=58.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38511270.700.6000.50231.2453.9432.35
Hex26337F463C032e73620
Octal4663177106740623476640
Binary10011011001111111111000110111100011001011100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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