Html Css Color HEX #354F4E Blue Dianne

📋 copy color: '#354F4E'

red 53 ◦ green 79 ◦ blue 78

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

Shades of Blue Dianne #354F4E

Tints of Blue Dianne #354F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.14%

R = 25.24%
G = 37.62%
B = 37.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#354F4E (or 0x354F4E) is known color: Blue Dianne. HEX triplet: 35, 4F and 4E. RGB value is (53,79,78). Sum of RGB (Red+Green+Blue) = 53+79+78=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #354F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F4E is #CAB0B1. Grayscale: #474747. Windows color (decimal): -13283506 or 5132085. OLE color: 5132085.

HSL color Cylindrical-coordinate representation of color #354F4E: hue angle of 177.69º 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 #354F4E is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 79 78 -
CMYK 0.33 0 0.01 0.69
HSL 177.69º 0.2% 0.26% -
HSV(B) 177.69º 0.33% 0.31% -
XYZ 5.64 6.9 8.24 -
YUV 71.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 53 79 78 0.33 0 0.01 0.69 177.69 0.2 0.26
Hex 35 4F 4E 21 0 1 45 B2 14 1A
Octal 65 117 116 41 0 1 105 262 24 32
Binary 110101 1001111 1001110 100001 0 1 1000101 10110010 10100 11010

Color Harmonies of #354F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F4E

Black with #354F4E

Text Example


Text Example

White with #354F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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