Html Css Color HEX #335251 Blue Dianne

📋 copy color: '#335251'

red 51 ◦ green 82 ◦ blue 81

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

Shades of Blue Dianne #335251

Tints of Blue Dianne #335251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 23.83%
G = 38.32%
B = 37.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#335251 (or 0x335251) is known color: Blue Dianne. HEX triplet: 33, 52 and 51. RGB value is (51,82,81). Sum of RGB (Red+Green+Blue) = 51+82+81=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #335251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335251 is #CCADAE. Grayscale: #484848. Windows color (decimal): -13413807 or 5329459. OLE color: 5329459.

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

Color convert

RGB 51 82 81 -
CMYK 0.38 0 0.01 0.68
HSL 178.06º 0.23% 0.26% -
HSV(B) 178.06º 0.38% 0.32% -
XYZ 5.87 7.33 8.89 -
YUV 72.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 51 82 81 0.38 0 0.01 0.68 178.06 0.23 0.26
Hex 33 52 51 26 0 1 44 B2 17 1A
Octal 63 122 121 46 0 1 104 262 27 32
Binary 110011 1010010 1010001 100110 0 1 1000100 10110010 10111 11010

Color Harmonies of #335251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335251

Black with #335251

Text Example


Text Example

White with #335251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335251; }

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

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

background-color css

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

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

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

border-color css

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

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

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