#26396C

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

Shades of Resolution Blue #26396C

Tints of Resolution Blue #26396C

Color information

#26396C (or 0x26396C) is unknown color: approx Resolution Blue. HEX triplet: 26, 39 and 6C. RGB value is (38,57,108). Sum of RGB (Red+Green+Blue) = 38+57+108=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #26396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26396C is #D9C693. Grayscale: #383838. Windows color (decimal): -14272148 or 7092518. OLE color: 7092518.

HSL color Cylindrical-coordinate representation of color #26396C: hue angle of 223.71º 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 #26396C is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3857108-
CMYK0.650.4700.58
HSL223.71º47.95%28.63%-
HSV(B)223.71º64.81%42.35%-
XYZ4.974.4214.78-
YUV57.13156.71114.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=18.72%
G=28.08%
B=53.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38571080.650.4700.58223.7147.9528.63
Hex26396C412F03Ae0301d
Octal4671154101570723406035
Binary1001101110011101100100000110111101110101110000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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