Html Css Color HEX #334B49 Blue Dianne

📋 copy color: '#334B49'

red 51 ◦ green 75 ◦ blue 73

#334B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #334B49

Tints of Blue Dianne #334B49

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 value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#334B49 (or 0x334B49) is known color: 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

RGB 51 75 73 -
CMYK 0.32 0 0.03 0.71
HSL 175º 0.19% 0.25% -
HSV(B) 175º 0.32% 0.29% -
XYZ 5.08 6.22 7.24 -
YUV 67.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 51 75 73 0.32 0 0.03 0.71 175 0.19 0.25
Hex 33 4B 49 20 0 3 47 AF 13 19
Octal 63 113 111 40 0 3 107 257 23 31
Binary 110011 1001011 1001001 100000 0 11 1000111 10101111 10011 11001

Color Harmonies of #334B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B49

Black with #334B49

Text Example


Text Example

White with #334B49

Text Example


Text Example

HTML Codes & Css Web 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>