#30514D

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

Shades of Blue Dianne #30514D

Tints of Blue Dianne #30514D

Color information

#30514D (or 0x30514D) is unknown color: approx Blue Dianne. HEX triplet: 30, 51 and 4D. RGB value is (48,81,77). Sum of RGB (Red+Green+Blue) = 48+81+77=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #30514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30514D is #CFAEB2. Grayscale: #464646. Windows color (decimal): -13610675 or 5067056. OLE color: 5067056.

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

Color convert

RGB488177-
CMYK0.4100.050.68
HSL172.73º25.58%25.29%-
HSV(B)172.73º40.74%31.76%-
XYZ5.57.058.09-
YUV70.68131.57111.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=23.30%
G=39.32%
B=37.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881770.4100.050.68172.7325.5825.29
Hex30514D290544ad1a19
Octal6012111551051042553231
Binary1100001010001100110110100101011000100101011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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