Html Css Color HEX #35534E Blue Dianne

📋 copy color: '#35534E'

red 53 ◦ green 83 ◦ blue 78

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

Shades of Blue Dianne #35534E

Tints of Blue Dianne #35534E

RGB

 RED value IS 53 (21.09% from 255) = 24.77%

 GREEN value IS 83 (32.81% from 255) = 38.79%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 24.77%
G = 38.79%
B = 36.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#35534E (or 0x35534E) is known color: Blue Dianne. HEX triplet: 35, 53 and 4E. RGB value is (53,83,78). Sum of RGB (Red+Green+Blue) = 53+83+78=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #35534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35534E is #CAACB1. Grayscale: #494949. Windows color (decimal): -13282482 or 5133109. OLE color: 5133109.

HSL color Cylindrical-coordinate representation of color #35534E: hue angle of 170º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35534E is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 78 -
CMYK 0.36 0 0.06 0.67
HSL 170º 0.22% 0.27% -
HSV(B) 170º 0.36% 0.33% -
XYZ 5.94 7.49 8.34 -
YUV 73.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 53 83 78 0.36 0 0.06 0.67 170 0.22 0.27
Hex 35 53 4E 24 0 6 43 AA 16 1B
Octal 65 123 116 44 0 6 103 252 26 33
Binary 110101 1010011 1001110 100100 0 110 1000011 10101010 10110 11011

Color Harmonies of #35534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35534E

Black with #35534E

Text Example


Text Example

White with #35534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35534E; }

 p { color: rgb(53,83,78); }

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

background-color css

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

 a { background-color: rgb(53,83,78); }

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

border-color css

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

 span { border-color: rgb(53,83,78); }

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