Html Css Color HEX #354F4C Blue Dianne

📋 copy color: '#354F4C'

red 53 ◦ green 79 ◦ blue 76

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

Shades of Blue Dianne #354F4C

Tints of Blue Dianne #354F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 25.48%
G = 37.98%
B = 36.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#354F4C (or 0x354F4C) is known color: Blue Dianne. HEX triplet: 35, 4F and 4C. RGB value is (53,79,76). Sum of RGB (Red+Green+Blue) = 53+79+76=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #354F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F4C is #CAB0B3. Grayscale: #464646. Windows color (decimal): -13283508 or 5001013. OLE color: 5001013.

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

Color convert

RGB 53 79 76 -
CMYK 0.33 0 0.04 0.69
HSL 173.08º 0.2% 0.26% -
HSV(B) 173.08º 0.33% 0.31% -
XYZ 5.57 6.87 7.87 -
YUV 70.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 53 79 76 0.33 0 0.04 0.69 173.08 0.2 0.26
Hex 35 4F 4C 21 0 4 45 AD 14 1A
Octal 65 117 114 41 0 4 105 255 24 32
Binary 110101 1001111 1001100 100001 0 100 1000101 10101101 10100 11010

Color Harmonies of #354F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F4C

Black with #354F4C

Text Example


Text Example

White with #354F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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