#30504D

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

Shades of Blue Dianne #30504D

Tints of Blue Dianne #30504D

Color information

#30504D (or 0x30504D) is unknown color: approx Blue Dianne. HEX triplet: 30, 50 and 4D. RGB value is (48,80,77). Sum of RGB (Red+Green+Blue) = 48+80+77=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #30504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30504D is #CFAFB2. Grayscale: #464646. Windows color (decimal): -13610931 or 5066800. OLE color: 5066800.

HSL color Cylindrical-coordinate representation of color #30504D: hue angle of 174.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30504D is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB488077-
CMYK0.4000.040.69
HSL174.38º25%25.1%-
HSV(B)174.38º40%31.37%-
XYZ5.436.98.07-
YUV70.09131.9112.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=23.41%
G=39.02%
B=37.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880770.4000.040.69174.382525.1
Hex30504D280445ae1919
Octal6012011550041052563131
Binary1100001010000100110110100001001000101101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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