#334F4B

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

Shades of Blue Dianne #334F4B

Tints of Blue Dianne #334F4B

Color information

#334F4B (or 0x334F4B) is unknown color: approx Blue Dianne. HEX triplet: 33, 4F and 4B. RGB value is (51,79,75). Sum of RGB (Red+Green+Blue) = 51+79+75=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #334F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F4B is #CCB0B4. Grayscale: #464646. Windows color (decimal): -13414581 or 4935475. OLE color: 4935475.

HSL color Cylindrical-coordinate representation of color #334F4B: hue angle of 171.43º 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 #334F4B is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB517975-
CMYK0.3500.050.69
HSL171.43º21.54%25.49%-
HSV(B)171.43º35.44%30.98%-
XYZ5.436.87.68-
YUV70.17130.72114.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=24.88%
G=38.54%
B=36.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179750.3500.050.69171.4321.5425.49
Hex334F4B230545ab1619
Octal6311711343051052532631
Binary1100111001111100101110001101011000101101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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