#28358C

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

Shades of Resolution Blue #28358C

Tints of Resolution Blue #28358C

Color information

#28358C (or 0x28358C) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 8C. RGB value is (40,53,140). Sum of RGB (Red+Green+Blue) = 40+53+140=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #28358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28358C is #D7CA73. Grayscale: #3A3A3A. Windows color (decimal): -14142068 or 9188648. OLE color: 9188648.

HSL color Cylindrical-coordinate representation of color #28358C: hue angle of 232.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28358C is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4053140-
CMYK0.710.6200.45
HSL232.2º55.56%35.29%-
HSV(B)232.2º71.43%54.9%-
XYZ6.884.8925.39-
YUV59.03173.69114.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 140 (55.08% from 255) = 60.09%
R=17.17%
G=22.75%
B=60.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40531400.710.6200.45232.255.5635.29
Hex28358C473E02De83823
Octal5065214107760553507043
Binary101000110101100011001000111111110010110111101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28358C; }

 p { color: rgb(40,53,140); }

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

<style>
 a { background-color: #28358C; }

 a { background-color: rgb(40,53,140); }

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

<style>
 span { border-color: #28358C; }

 span { border-color: rgb(40,53,140); }

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