Html Css Color HEX #355150 Blue Dianne

📋 copy color: '#355150'

red 53 ◦ green 81 ◦ blue 80

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

Shades of Blue Dianne #355150

Tints of Blue Dianne #355150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 24.77%
G = 37.85%
B = 37.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#355150 (or 0x355150) is known color: Blue Dianne. HEX triplet: 35, 51 and 50. RGB value is (53,81,80). Sum of RGB (Red+Green+Blue) = 53+81+80=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #355150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355150 is #CAAEAF. Grayscale: #484848. Windows color (decimal): -13282992 or 5263669. OLE color: 5263669.

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

Color convert

RGB 53 81 80 -
CMYK 0.35 0 0.01 0.68
HSL 177.86º 0.21% 0.26% -
HSV(B) 177.86º 0.35% 0.32% -
XYZ 5.86 7.22 8.67 -
YUV 72.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 53 81 80 0.35 0 0.01 0.68 177.86 0.21 0.26
Hex 35 51 50 23 0 1 44 B2 15 1A
Octal 65 121 120 43 0 1 104 262 25 32
Binary 110101 1010001 1010000 100011 0 1 1000100 10110010 10101 11010

Color Harmonies of #355150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355150

Black with #355150

Text Example


Text Example

White with #355150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355150; }

 p { color: rgb(53,81,80); }

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

background-color css

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

 a { background-color: rgb(53,81,80); }

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

border-color css

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

 span { border-color: rgb(53,81,80); }

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