#30514A

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

Shades of Blue Dianne #30514A

Tints of Blue Dianne #30514A

Color information

#30514A (or 0x30514A) is unknown color: approx Blue Dianne. HEX triplet: 30, 51 and 4A. RGB value is (48,81,74). Sum of RGB (Red+Green+Blue) = 48+81+74=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #30514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30514A is #CFAEB5. Grayscale: #464646. Windows color (decimal): -13610678 or 4870448. OLE color: 4870448.

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

Color convert

RGB488174-
CMYK0.4100.090.68
HSL167.27º25.58%25.29%-
HSV(B)167.27º40.74%31.76%-
XYZ5.47.017.55-
YUV70.34130.07112.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=23.65%
G=39.90%
B=36.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881740.4100.090.68167.2725.5825.29
Hex30514A290944a71a19
Octal60121112510111042473231
Binary11000010100011001010101001010011000100101001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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