#30514F

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

Shades of Blue Dianne #30514F

Tints of Blue Dianne #30514F

Color information

#30514F (or 0x30514F) is unknown color: approx Blue Dianne. HEX triplet: 30, 51 and 4F. RGB value is (48,81,79). Sum of RGB (Red+Green+Blue) = 48+81+79=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #30514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30514F is #CFAEB0. Grayscale: #464646. Windows color (decimal): -13610673 or 5198128. OLE color: 5198128.

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

Color convert

RGB488179-
CMYK0.4100.020.68
HSL176.36º25.58%25.29%-
HSV(B)176.36º40.74%31.76%-
XYZ5.577.088.47-
YUV70.9132.57111.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=23.08%
G=38.94%
B=37.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881790.4100.020.68176.3625.5825.29
Hex30514F290244b01a19
Octal6012111751021042603231
Binary110000101000110011111010010101000100101100001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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