#30514E

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

Shades of Blue Dianne #30514E

Tints of Blue Dianne #30514E

Color information

#30514E (or 0x30514E) is unknown color: approx Blue Dianne. HEX triplet: 30, 51 and 4E. RGB value is (48,81,78). Sum of RGB (Red+Green+Blue) = 48+81+78=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #30514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30514E is #CFAEB1. Grayscale: #464646. Windows color (decimal): -13610674 or 5132592. OLE color: 5132592.

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

Color convert

RGB488178-
CMYK0.4100.040.68
HSL174.55º25.58%25.29%-
HSV(B)174.55º40.74%31.76%-
XYZ5.547.068.28-
YUV70.79132.07111.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=23.19%
G=39.13%
B=37.68%

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
Decimal4881780.4100.040.68174.5525.5825.29
Hex30514E290444af1a19
Octal6012111651041042573231
Binary1100001010001100111010100101001000100101011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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