#26387F

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

Shades of Resolution Blue #26387F

Tints of Resolution Blue #26387F

Color information

#26387F (or 0x26387F) is unknown color: approx Resolution Blue. HEX triplet: 26, 38 and 7F. RGB value is (38,56,127). Sum of RGB (Red+Green+Blue) = 38+56+127=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #26387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26387F is #D9C780. Grayscale: #3A3A3A. Windows color (decimal): -14272385 or 8337446. OLE color: 8337446.

HSL color Cylindrical-coordinate representation of color #26387F: hue angle of 227.87º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26387F is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3856127-
CMYK0.700.5600.50
HSL227.87º53.94%32.35%-
HSV(B)227.87º70.08%49.8%-
XYZ6.044.7720.68-
YUV58.71166.54113.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 127 (50% from 255) = 57.47%
R=17.19%
G=25.34%
B=57.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38561270.700.5600.50227.8753.9432.35
Hex26387F4638032e43620
Octal4670177106700623446640
Binary10011011100011111111000110111000011001011100100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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