Html Css Color HEX #345B89 St Tropaz

📋 copy color: '#345B89'

red 52 ◦ green 91 ◦ blue 137

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

Shades of St Tropaz #345B89

Tints of St Tropaz #345B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

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

R = 18.57%
G = 32.5%
B = 48.93%

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

#345B89 (or 0x345B89) is known color: St Tropaz. HEX triplet: 34, 5B and 89. RGB value is (52,91,137). Sum of RGB (Red+Green+Blue) = 52+91+137=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #345B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B89 is #CBA476. Grayscale: #545454. Windows color (decimal): -13345911 or 9001780. OLE color: 9001780.

HSL color Cylindrical-coordinate representation of color #345B89: hue angle of 212.47º 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 #345B89 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 91 137 -
CMYK 0.62 0.34 0 0.46
HSL 212.47º 0.45% 0.37% -
HSV(B) 212.47º 0.62% 0.54% -
XYZ 9.67 10.02 25.09 -
YUV 84.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 52 91 137 0.62 0.34 0 0.46 212.47 0.45 0.37
Hex 34 5B 89 3E 22 0 2E D4 2D 25
Octal 64 133 211 76 42 0 56 324 55 45
Binary 110100 1011011 10001001 111110 100010 0 101110 11010100 101101 100101

Color Harmonies of #345B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B89

Black with #345B89

Text Example


Text Example

White with #345B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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