#26337D

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

Shades of Resolution Blue #26337D

Tints of Resolution Blue #26337D

Color information

#26337D (or 0x26337D) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 7D. RGB value is (38,51,125). Sum of RGB (Red+Green+Blue) = 38+51+125=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #26337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26337D is #D9CC82. Grayscale: #373737. Windows color (decimal): -14273667 or 8205094. OLE color: 8205094.

HSL color Cylindrical-coordinate representation of color #26337D: hue angle of 231.03º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26337D is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3851125-
CMYK0.700.5900.51
HSL231.03º53.37%31.96%-
HSV(B)231.03º69.6%49.02%-
XYZ5.684.2619.92-
YUV55.55167.19115.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 125 (49.22% from 255) = 58.41%
R=17.76%
G=23.83%
B=58.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38511250.700.5900.51231.0353.3731.96
Hex26337D463B033e73520
Octal4663175106730633476540
Binary10011011001111111011000110111011011001111100111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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