#304D4A

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

Shades of Blue Dianne #304D4A

Tints of Blue Dianne #304D4A

Color information

#304D4A (or 0x304D4A) is unknown color: approx Blue Dianne. HEX triplet: 30, 4D and 4A. RGB value is (48,77,74). Sum of RGB (Red+Green+Blue) = 48+77+74=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #304D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D4A is #CFB2B5. Grayscale: #434343. Windows color (decimal): -13611702 or 4869424. OLE color: 4869424.

HSL color Cylindrical-coordinate representation of color #304D4A: hue angle of 173.79º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D4A is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB487774-
CMYK0.3800.040.70
HSL173.79º23.2%24.51%-
HSV(B)173.79º37.66%30.2%-
XYZ5.116.437.45-
YUV67.99131.39113.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=24.12%
G=38.69%
B=37.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877740.3800.040.70173.7923.224.51
Hex304D4A260446ae1719
Octal6011511246041062562731
Binary1100001001101100101010011001001000110101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304D4A; }

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

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

<style>
 a { background-color: #304D4A; }

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

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

<style>
 span { border-color: #304D4A; }

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

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