#26386F

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

Shades of Resolution Blue #26386F

Tints of Resolution Blue #26386F

Color information

#26386F (or 0x26386F) is unknown color: approx Resolution Blue. HEX triplet: 26, 38 and 6F. RGB value is (38,56,111). Sum of RGB (Red+Green+Blue) = 38+56+111=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #26386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26386F is #D9C790. Grayscale: #383838. Windows color (decimal): -14272401 or 7288870. OLE color: 7288870.

HSL color Cylindrical-coordinate representation of color #26386F: hue angle of 225.21º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26386F is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3856111-
CMYK0.660.5000.56
HSL225.21º48.99%29.22%-
HSV(B)225.21º65.77%43.53%-
XYZ5.084.3915.62-
YUV56.89158.54114.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=18.54%
G=27.32%
B=54.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38561110.660.5000.56225.2148.9929.22
Hex26386F4232038e1311d
Octal4670157102620703416135
Binary1001101110001101111100001011001001110001110000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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