Html Css Color HEX #345988 St Tropaz

📋 copy color: '#345988'

red 52 ◦ green 89 ◦ blue 136

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

Shades of St Tropaz #345988

Tints of St Tropaz #345988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 18.77%
G = 32.13%
B = 49.1%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#345988 (or 0x345988) is known color: St Tropaz. HEX triplet: 34, 59 and 88. RGB value is (52,89,136). Sum of RGB (Red+Green+Blue) = 52+89+136=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #345988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345988 is #CBA677. Grayscale: #535353. Windows color (decimal): -13346424 or 8935732. OLE color: 8935732.

HSL color Cylindrical-coordinate representation of color #345988: hue angle of 213.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345988 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 89 136 -
CMYK 0.62 0.35 0 0.47
HSL 213.57º 0.45% 0.37% -
HSV(B) 213.57º 0.62% 0.53% -
XYZ 9.43 9.65 24.66 -
YUV 83.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 52 89 136 0.62 0.35 0 0.47 213.57 0.45 0.37
Hex 34 59 88 3E 23 0 2F D6 2D 25
Octal 64 131 210 76 43 0 57 326 55 45
Binary 110100 1011001 10001000 111110 100011 0 101111 11010110 101101 100101

Color Harmonies of #345988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345988

Black with #345988

Text Example


Text Example

White with #345988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345988; }

 p { color: rgb(52,89,136); }

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

background-color css

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

 a { background-color: rgb(52,89,136); }

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

border-color css

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

 span { border-color: rgb(52,89,136); }

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