#26366D

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

Shades of Resolution Blue #26366D

Tints of Resolution Blue #26366D

Color information

#26366D (or 0x26366D) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 6D. RGB value is (38,54,109). Sum of RGB (Red+Green+Blue) = 38+54+109=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #26366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26366D is #D9C992. Grayscale: #373737. Windows color (decimal): -14272915 or 7157286. OLE color: 7157286.

HSL color Cylindrical-coordinate representation of color #26366D: hue angle of 226.48º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26366D is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3854109-
CMYK0.650.5000.57
HSL226.48º48.3%28.82%-
HSV(B)226.48º65.14%42.75%-
XYZ4.884.1515.01-
YUV55.49158.2115.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=18.91%
G=26.87%
B=54.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38541090.650.5000.57226.4848.328.82
Hex26366D4132039e2301d
Octal4666155101620713426035
Binary1001101101101101101100000111001001110011110001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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