#28357B

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

Shades of Resolution Blue #28357B

Tints of Resolution Blue #28357B

Color information

#28357B (or 0x28357B) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 7B. RGB value is (40,53,123). Sum of RGB (Red+Green+Blue) = 40+53+123=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #28357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28357B is #D7CA84. Grayscale: #383838. Windows color (decimal): -14142085 or 8074536. OLE color: 8074536.

HSL color Cylindrical-coordinate representation of color #28357B: hue angle of 230.6º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28357B is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4053123-
CMYK0.670.5700.52
HSL230.6º50.92%31.96%-
HSV(B)230.6º67.48%48.24%-
XYZ5.724.4319.29-
YUV57.09165.19115.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=18.52%
G=24.54%
B=56.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40531230.670.5700.52230.650.9231.96
Hex28357B4339034e73320
Octal5065173103710643476340
Binary10100011010111110111000011111001011010011100111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28357B; }

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

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

<style>
 a { background-color: #28357B; }

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

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

<style>
 span { border-color: #28357B; }

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

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