Html Css Color HEX #345A89 St Tropaz

📋 copy color: '#345A89'

red 52 ◦ green 90 ◦ blue 137

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

Shades of St Tropaz #345A89

Tints of St Tropaz #345A89

RGB

 RED value IS 52 (20.7% from 255) = 18.64%

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 18.64%
G = 32.26%
B = 49.1%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#345A89 (or 0x345A89) is known color: St Tropaz. HEX triplet: 34, 5A and 89. RGB value is (52,90,137). Sum of RGB (Red+Green+Blue) = 52+90+137=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #345A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A89 is #CBA576. Grayscale: #535353. Windows color (decimal): -13346167 or 9001524. OLE color: 9001524.

HSL color Cylindrical-coordinate representation of color #345A89: hue angle of 213.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345A89 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 90 137 -
CMYK 0.62 0.34 0 0.46
HSL 213.18º 0.45% 0.37% -
HSV(B) 213.18º 0.62% 0.54% -
XYZ 9.59 9.85 25.06 -
YUV 84 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 52 90 137 0.62 0.34 0 0.46 213.18 0.45 0.37
Hex 34 5A 89 3E 22 0 2E D5 2D 25
Octal 64 132 211 76 42 0 56 325 55 45
Binary 110100 1011010 10001001 111110 100010 0 101110 11010101 101101 100101

Color Harmonies of #345A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A89

Black with #345A89

Text Example


Text Example

White with #345A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A89; }

 p { color: rgb(52,90,137); }

 H1.HeaderClassName
 {
   color: #345A89;
 }
 .AnyTagClassName
 {
   color: #345A89;
 }
</style>

background-color css

<style>
 a { background-color: #345A89; }

 a { background-color: rgb(52,90,137); }

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

border-color css

<style>
 span { border-color: #345A89; }

 span { border-color: rgb(52,90,137); }

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