Html Css Color HEX #345889 St Tropaz

📋 copy color: '#345889'

red 52 ◦ green 88 ◦ blue 137

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

Shades of St Tropaz #345889

Tints of St Tropaz #345889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 18.77%
G = 31.77%
B = 49.46%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#345889 (or 0x345889) is known color: St Tropaz. HEX triplet: 34, 58 and 89. RGB value is (52,88,137). Sum of RGB (Red+Green+Blue) = 52+88+137=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #345889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345889 is #CBA776. Grayscale: #525252. Windows color (decimal): -13346679 or 9001012. OLE color: 9001012.

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

Color convert

RGB 52 88 137 -
CMYK 0.62 0.36 0 0.46
HSL 214.59º 0.45% 0.37% -
HSV(B) 214.59º 0.62% 0.54% -
XYZ 9.42 9.52 25.01 -
YUV 82.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 52 88 137 0.62 0.36 0 0.46 214.59 0.45 0.37
Hex 34 58 89 3E 24 0 2E D7 2D 25
Octal 64 130 211 76 44 0 56 327 55 45
Binary 110100 1011000 10001001 111110 100100 0 101110 11010111 101101 100101

Color Harmonies of #345889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345889

Black with #345889

Text Example


Text Example

White with #345889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345889; }

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

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

background-color css

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

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

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

border-color css

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

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

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