#334F4A

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

Shades of Blue Dianne #334F4A

Tints of Blue Dianne #334F4A

Color information

#334F4A (or 0x334F4A) is unknown color: approx Blue Dianne. HEX triplet: 33, 4F and 4A. RGB value is (51,79,74). Sum of RGB (Red+Green+Blue) = 51+79+74=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #334F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F4A is #CCB0B5. Grayscale: #464646. Windows color (decimal): -13414582 or 4869939. OLE color: 4869939.

HSL color Cylindrical-coordinate representation of color #334F4A: hue angle of 169.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334F4A is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB517974-
CMYK0.3500.060.69
HSL169.29º21.54%25.49%-
HSV(B)169.29º35.44%30.98%-
XYZ5.46.797.5-
YUV70.06130.22114.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=25%
G=38.73%
B=36.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179740.3500.060.69169.2921.5425.49
Hex334F4A230645a91619
Octal6311711243061052512631
Binary1100111001111100101010001101101000101101010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F4A; }

 p { color: rgb(51,79,74); }

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

<style>
 a { background-color: #334F4A; }

 a { background-color: rgb(51,79,74); }

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

<style>
 span { border-color: #334F4A; }

 span { border-color: rgb(51,79,74); }

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