#26397A

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

Shades of Resolution Blue #26397A

Tints of Resolution Blue #26397A

Color information

#26397A (or 0x26397A) is unknown color: approx Resolution Blue. HEX triplet: 26, 39 and 7A. RGB value is (38,57,122). Sum of RGB (Red+Green+Blue) = 38+57+122=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #26397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26397A is #D9C685. Grayscale: #3A3A3A. Windows color (decimal): -14272134 or 8010022. OLE color: 8010022.

HSL color Cylindrical-coordinate representation of color #26397A: hue angle of 226.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26397A is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3857122-
CMYK0.690.5300.52
HSL226.43º52.5%31.37%-
HSV(B)226.43º68.85%47.84%-
XYZ5.784.7419.02-
YUV58.73163.71113.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 57 (22.66% from 255) = 26.27%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=17.51%
G=26.27%
B=56.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38571220.690.5300.52226.4352.531.37
Hex26397A4535034e2341f
Octal4671172105650643426437
Binary1001101110011111010100010111010101101001110001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26397A; }

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

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

<style>
 a { background-color: #26397A; }

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

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

<style>
 span { border-color: #26397A; }

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

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