#30524D

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

Shades of Blue Dianne #30524D

Tints of Blue Dianne #30524D

Color information

#30524D (or 0x30524D) is unknown color: approx Blue Dianne. HEX triplet: 30, 52 and 4D. RGB value is (48,82,77). Sum of RGB (Red+Green+Blue) = 48+82+77=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #30524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30524D is #CFADB2. Grayscale: #474747. Windows color (decimal): -13610419 or 5067312. OLE color: 5067312.

HSL color Cylindrical-coordinate representation of color #30524D: hue angle of 171.18º 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 #30524D is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB488277-
CMYK0.4100.060.68
HSL171.18º26.15%25.49%-
HSV(B)171.18º41.46%32.16%-
XYZ5.587.28.12-
YUV71.26131.24111.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=23.19%
G=39.61%
B=37.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4882770.4100.060.68171.1826.1525.49
Hex30524D290644ab1a19
Octal6012211551061042533231
Binary1100001010010100110110100101101000100101010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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