Html Css Color HEX #354E4A Blue Dianne

📋 copy color: '#354E4A'

red 53 ◦ green 78 ◦ blue 74

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

Shades of Blue Dianne #354E4A

Tints of Blue Dianne #354E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.05%

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

R = 25.85%
G = 38.05%
B = 36.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#354E4A (or 0x354E4A) is known color: Blue Dianne. HEX triplet: 35, 4E and 4A. RGB value is (53,78,74). Sum of RGB (Red+Green+Blue) = 53+78+74=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #354E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E4A is #CAB1B5. Grayscale: #464646. Windows color (decimal): -13283766 or 4869685. OLE color: 4869685.

HSL color Cylindrical-coordinate representation of color #354E4A: hue angle of 170.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E4A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 74 -
CMYK 0.32 0 0.05 0.69
HSL 170.4º 0.19% 0.26% -
HSV(B) 170.4º 0.32% 0.31% -
XYZ 5.43 6.7 7.49 -
YUV 70.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 53 78 74 0.32 0 0.05 0.69 170.4 0.19 0.26
Hex 35 4E 4A 20 0 5 45 AA 13 1A
Octal 65 116 112 40 0 5 105 252 23 32
Binary 110101 1001110 1001010 100000 0 101 1000101 10101010 10011 11010

Color Harmonies of #354E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E4A

Black with #354E4A

Text Example


Text Example

White with #354E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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