Html Css Color HEX #354D4A Blue Dianne

📋 copy color: '#354D4A'

red 53 ◦ green 77 ◦ blue 74

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

Shades of Blue Dianne #354D4A

Tints of Blue Dianne #354D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.75%

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

R = 25.98%
G = 37.75%
B = 36.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#354D4A (or 0x354D4A) is known color: Blue Dianne. HEX triplet: 35, 4D and 4A. RGB value is (53,77,74). Sum of RGB (Red+Green+Blue) = 53+77+74=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 77 - color contains mainly: green. Hex color #354D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D4A is #CAB2B5. Grayscale: #454545. Windows color (decimal): -13284022 or 4869429. OLE color: 4869429.

HSL color Cylindrical-coordinate representation of color #354D4A: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D4A is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 74 -
CMYK 0.31 0 0.04 0.70
HSL 172.5º 0.18% 0.25% -
HSV(B) 172.5º 0.31% 0.3% -
XYZ 5.36 6.56 7.46 -
YUV 69.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 53 77 74 0.31 0 0.04 0.70 172.5 0.18 0.25
Hex 35 4D 4A 1F 0 4 46 AC 12 19
Octal 65 115 112 37 0 4 106 254 22 31
Binary 110101 1001101 1001010 11111 0 100 1000110 10101100 10010 11001

Color Harmonies of #354D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D4A

Black with #354D4A

Text Example


Text Example

White with #354D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D4A; }

 p { color: rgb(53,77,74); }

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

background-color css

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

 a { background-color: rgb(53,77,74); }

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

border-color css

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

 span { border-color: rgb(53,77,74); }

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