#26366C

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

Shades of Resolution Blue #26366C

Tints of Resolution Blue #26366C

Color information

#26366C (or 0x26366C) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 6C. RGB value is (38,54,108). Sum of RGB (Red+Green+Blue) = 38+54+108=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #26366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26366C is #D9C993. Grayscale: #373737. Windows color (decimal): -14272916 or 7091750. OLE color: 7091750.

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

Color convert

RGB3854108-
CMYK0.650.5000.58
HSL226.29º47.95%28.63%-
HSV(B)226.29º64.81%42.35%-
XYZ4.834.1314.73-
YUV55.37157.7115.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 108 (42.58% from 255) = 54%
R=19%
G=27%
B=54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38541080.650.5000.58226.2947.9528.63
Hex26366C413203Ae2301d
Octal4666154101620723426035
Binary1001101101101101100100000111001001110101110001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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