#26416E

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

Shades of Resolution Blue #26416E

Tints of Resolution Blue #26416E

Color information

#26416E (or 0x26416E) is unknown color: approx Resolution Blue. HEX triplet: 26, 41 and 6E. RGB value is (38,65,110). Sum of RGB (Red+Green+Blue) = 38+65+110=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #26416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26416E is #D9BE91. Grayscale: #3D3D3D. Windows color (decimal): -14270098 or 7225638. OLE color: 7225638.

HSL color Cylindrical-coordinate representation of color #26416E: hue angle of 217.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26416E is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3865110-
CMYK0.650.4100.57
HSL217.5º48.65%29.02%-
HSV(B)217.5º65.45%43.14%-
XYZ5.55.3215.49-
YUV62.06155.05110.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=17.84%
G=30.52%
B=51.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38651100.650.4100.57217.548.6529.02
Hex26416E4129039da311d
Octal46101156101510713326135
Binary10011010000011101110100000110100101110011101101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26416E; }

 p { color: rgb(38,65,110); }

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

<style>
 a { background-color: #26416E; }

 a { background-color: rgb(38,65,110); }

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

<style>
 span { border-color: #26416E; }

 span { border-color: rgb(38,65,110); }

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