#26386C

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

Shades of Resolution Blue #26386C

Tints of Resolution Blue #26386C

Color information

#26386C (or 0x26386C) is unknown color: approx Resolution Blue. HEX triplet: 26, 38 and 6C. RGB value is (38,56,108). Sum of RGB (Red+Green+Blue) = 38+56+108=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #26386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26386C is #D9C793. Grayscale: #383838. Windows color (decimal): -14272404 or 7092262. OLE color: 7092262.

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

Color convert

RGB3856108-
CMYK0.650.4800.58
HSL224.57º47.95%28.63%-
HSV(B)224.57º64.81%42.35%-
XYZ4.924.3214.76-
YUV56.55157.04114.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=18.81%
G=27.72%
B=53.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38561080.650.4800.58224.5747.9528.63
Hex26386C413003Ae1301d
Octal4670154101600723416035
Binary1001101110001101100100000111000001110101110000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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