Html Css Color HEX #33514A Blue Dianne

📋 copy color: '#33514A'

red 51 ◦ green 81 ◦ blue 74

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

Shades of Blue Dianne #33514A

Tints of Blue Dianne #33514A

RGB

 RED value IS 51 (20.31% from 255) = 24.76%

 GREEN value IS 81 (32.03% from 255) = 39.32%

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 24.76%
G = 39.32%
B = 35.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#33514A (or 0x33514A) is known color: Blue Dianne. HEX triplet: 33, 51 and 4A. RGB value is (51,81,74). Sum of RGB (Red+Green+Blue) = 51+81+74=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #33514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33514A is #CCAEB5. Grayscale: #474747. Windows color (decimal): -13414070 or 4870451. OLE color: 4870451.

HSL color Cylindrical-coordinate representation of color #33514A: hue angle of 166º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33514A is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 74 -
CMYK 0.37 0 0.09 0.68
HSL 166º 0.23% 0.26% -
HSV(B) 166º 0.37% 0.32% -
XYZ 5.54 7.08 7.55 -
YUV 71.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 51 81 74 0.37 0 0.09 0.68 166 0.23 0.26
Hex 33 51 4A 25 0 9 44 A6 17 1A
Octal 63 121 112 45 0 11 104 246 27 32
Binary 110011 1010001 1001010 100101 0 1001 1000100 10100110 10111 11010

Color Harmonies of #33514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33514A

Black with #33514A

Text Example


Text Example

White with #33514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33514A; }

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

 H1.HeaderClassName
 {
   color: #33514A;
 }
 .AnyTagClassName
 {
   color: #33514A;
 }
</style>

background-color css

<style>
 a { background-color: #33514A; }

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

 div.DivClassName
 {
   background-color: #33514A;
 }
 .BgClassName
 {
   background-color: #33514A;
 }
</style>

border-color css

<style>
 span { border-color: #33514A; }

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

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