#26336E

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

Shades of Resolution Blue #26336E

Tints of Resolution Blue #26336E

Color information

#26336E (or 0x26336E) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 6E. RGB value is (38,51,110). Sum of RGB (Red+Green+Blue) = 38+51+110=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #26336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26336E is #D9CC91. Grayscale: #353535. Windows color (decimal): -14273682 or 7222054. OLE color: 7222054.

HSL color Cylindrical-coordinate representation of color #26336E: hue angle of 229.17º 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 #26336E is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3851110-
CMYK0.650.5400.57
HSL229.17º48.65%29.02%-
HSV(B)229.17º65.45%43.14%-
XYZ4.83.9115.25-
YUV53.84159.69116.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=19.10%
G=25.63%
B=55.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38511100.650.5400.57229.1748.6529.02
Hex26336E4136039e5311d
Octal4663156101660713456135
Binary1001101100111101110100000111011001110011110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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