#28336E

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

Shades of Resolution Blue #28336E

Tints of Resolution Blue #28336E

Color information

#28336E (or 0x28336E) is unknown color: approx Resolution Blue. HEX triplet: 28, 33 and 6E. RGB value is (40,51,110). Sum of RGB (Red+Green+Blue) = 40+51+110=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #28336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28336E is #D7CC91. Grayscale: #363636. Windows color (decimal): -14142610 or 7222056. OLE color: 7222056.

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

Color convert

RGB4051110-
CMYK0.640.5400.57
HSL230.57º46.67%29.41%-
HSV(B)230.57º63.64%43.14%-
XYZ4.873.9415.26-
YUV54.44159.36117.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 110 (43.36% from 255) = 54.73%
R=19.90%
G=25.37%
B=54.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40511100.640.5400.57230.5746.6729.41
Hex28336E4036039e72f1d
Octal5063156100660713475735
Binary1010001100111101110100000011011001110011110011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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