Html Css Color HEX #354E70 St Tropaz

📋 copy color: '#354E70'

red 53 ◦ green 78 ◦ blue 112

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

Shades of St Tropaz #354E70

Tints of St Tropaz #354E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 21.81%
G = 32.1%
B = 46.09%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354E70 (or 0x354E70) is known color: St Tropaz. HEX triplet: 35, 4E and 70. RGB value is (53,78,112). Sum of RGB (Red+Green+Blue) = 53+78+112=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #354E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E70 is #CAB18F. Grayscale: #4A4A4A. Windows color (decimal): -13283728 or 7360053. OLE color: 7360053.

HSL color Cylindrical-coordinate representation of color #354E70: hue angle of 214.58º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354E70 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 78 112 -
CMYK 0.53 0.30 0 0.56
HSL 214.58º 0.36% 0.32% -
HSV(B) 214.58º 0.53% 0.44% -
XYZ 7.12 7.38 16.38 -
YUV 74.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 53 78 112 0.53 0.30 0 0.56 214.58 0.36 0.32
Hex 35 4E 70 35 1E 0 38 D7 24 20
Octal 65 116 160 65 36 0 70 327 44 40
Binary 110101 1001110 1110000 110101 11110 0 111000 11010111 100100 100000

Color Harmonies of #354E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E70

Black with #354E70

Text Example


Text Example

White with #354E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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