Html Css Color HEX #354F4A Blue Dianne

📋 copy color: '#354F4A'

red 53 ◦ green 79 ◦ blue 74

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

Shades of Blue Dianne #354F4A

Tints of Blue Dianne #354F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.35%

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

R = 25.73%
G = 38.35%
B = 35.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#354F4A (or 0x354F4A) is known color: Blue Dianne. HEX triplet: 35, 4F and 4A. RGB value is (53,79,74). Sum of RGB (Red+Green+Blue) = 53+79+74=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #354F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F4A is #CAB0B5. Grayscale: #464646. Windows color (decimal): -13283510 or 4869941. OLE color: 4869941.

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

Color convert

RGB 53 79 74 -
CMYK 0.33 0 0.06 0.69
HSL 168.46º 0.2% 0.26% -
HSV(B) 168.46º 0.33% 0.31% -
XYZ 5.5 6.84 7.51 -
YUV 70.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 53 79 74 0.33 0 0.06 0.69 168.46 0.2 0.26
Hex 35 4F 4A 21 0 6 45 A8 14 1A
Octal 65 117 112 41 0 6 105 250 24 32
Binary 110101 1001111 1001010 100001 0 110 1000101 10101000 10100 11010

Color Harmonies of #354F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F4A

Black with #354F4A

Text Example


Text Example

White with #354F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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