#30524F

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

Shades of Blue Dianne #30524F

Tints of Blue Dianne #30524F

Color information

#30524F (or 0x30524F) is unknown color: approx Blue Dianne. HEX triplet: 30, 52 and 4F. RGB value is (48,82,79). Sum of RGB (Red+Green+Blue) = 48+82+79=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #30524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30524F is #CFADB0. Grayscale: #474747. Windows color (decimal): -13610417 or 5198384. OLE color: 5198384.

HSL color Cylindrical-coordinate representation of color #30524F: hue angle of 174.71º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30524F is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB488279-
CMYK0.4100.040.68
HSL174.71º26.15%25.49%-
HSV(B)174.71º41.46%32.16%-
XYZ5.657.238.49-
YUV71.49132.24111.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=22.97%
G=39.23%
B=37.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4882790.4100.040.68174.7126.1525.49
Hex30524F290444af1a19
Octal6012211751041042573231
Binary1100001010010100111110100101001000100101011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30524F; }

 p { color: rgb(48,82,79); }

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

<style>
 a { background-color: #30524F; }

 a { background-color: rgb(48,82,79); }

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

<style>
 span { border-color: #30524F; }

 span { border-color: rgb(48,82,79); }

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