Html Css Color HEX #355451 Blue Dianne

📋 copy color: '#355451'

red 53 ◦ green 84 ◦ blue 81

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

Shades of Blue Dianne #355451

Tints of Blue Dianne #355451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 24.31%
G = 38.53%
B = 37.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#355451 (or 0x355451) is known color: Blue Dianne. HEX triplet: 35, 54 and 51. RGB value is (53,84,81). Sum of RGB (Red+Green+Blue) = 53+84+81=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #355451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355451 is #CAABAE. Grayscale: #4A4A4A. Windows color (decimal): -13282223 or 5329973. OLE color: 5329973.

HSL color Cylindrical-coordinate representation of color #355451: hue angle of 174.19º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355451 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 81 -
CMYK 0.37 0 0.04 0.67
HSL 174.19º 0.23% 0.27% -
HSV(B) 174.19º 0.37% 0.33% -
XYZ 6.12 7.69 8.95 -
YUV 74.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 53 84 81 0.37 0 0.04 0.67 174.19 0.23 0.27
Hex 35 54 51 25 0 4 43 AE 17 1B
Octal 65 124 121 45 0 4 103 256 27 33
Binary 110101 1010100 1010001 100101 0 100 1000011 10101110 10111 11011

Color Harmonies of #355451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355451

Black with #355451

Text Example


Text Example

White with #355451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355451; }

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

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

background-color css

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

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

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

border-color css

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

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

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