#334B49

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

Shades of Blue Dianne #334B49

Tints of Blue Dianne #334B49

Color information

#334B49 (or 0x334B49) is unknown color: approx Blue Dianne. HEX triplet: 33, 4B and 49. RGB value is (51,75,73). Sum of RGB (Red+Green+Blue) = 51+75+73=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #334B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B49 is #CCB4B6. Grayscale: #434343. Windows color (decimal): -13415607 or 4803379. OLE color: 4803379.

HSL color Cylindrical-coordinate representation of color #334B49: hue angle of 175º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B49 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB517573-
CMYK0.3200.030.71
HSL175º19.05%24.71%-
HSV(B)175º32%29.41%-
XYZ5.086.227.24-
YUV67.6131.05116.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=25.63%
G=37.69%
B=36.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175730.3200.030.7117519.0524.71
Hex334B49200347af1319
Octal6311311140031072572331
Binary110011100101110010011000000111000111101011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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