#28524B

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

Shades of Blue Dianne #28524B

Tints of Blue Dianne #28524B

Color information

#28524B (or 0x28524B) is unknown color: approx Blue Dianne. HEX triplet: 28, 52 and 4B. RGB value is (40,82,75). Sum of RGB (Red+Green+Blue) = 40+82+75=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #28524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28524B is #D7ADB4. Grayscale: #444444. Windows color (decimal): -14134709 or 4936232. OLE color: 4936232.

HSL color Cylindrical-coordinate representation of color #28524B: hue angle of 170º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28524B is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB408275-
CMYK0.5100.090.68
HSL170º34.43%23.92%-
HSV(B)170º51.22%32.16%-
XYZ5.166.997.73-
YUV68.64131.59107.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=20.30%
G=41.62%
B=38.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082750.5100.090.6817034.4323.92
Hex28524B330944aa2218
Octal50122113630111042524230
Binary101000101001010010111100110100110001001010101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,82,75); }

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

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

 a { background-color: rgb(40,82,75); }

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

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

 span { border-color: rgb(40,82,75); }

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