Html Css Color HEX #345983 St Tropaz

📋 copy color: '#345983'

red 52 ◦ green 89 ◦ blue 131

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

Shades of St Tropaz #345983

Tints of St Tropaz #345983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.16%

R = 19.12%
G = 32.72%
B = 48.16%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345983 (or 0x345983) is known color: St Tropaz. HEX triplet: 34, 59 and 83. RGB value is (52,89,131). Sum of RGB (Red+Green+Blue) = 52+89+131=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #345983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345983 is #CBA67C. Grayscale: #525252. Windows color (decimal): -13346429 or 8608052. OLE color: 8608052.

HSL color Cylindrical-coordinate representation of color #345983: hue angle of 211.9º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345983 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 89 131 -
CMYK 0.60 0.32 0 0.49
HSL 211.9º 0.43% 0.36% -
HSV(B) 211.9º 0.6% 0.51% -
XYZ 9.09 9.51 22.83 -
YUV 82.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 52 89 131 0.60 0.32 0 0.49 211.9 0.43 0.36
Hex 34 59 83 3C 20 0 31 D4 2B 24
Octal 64 131 203 74 40 0 61 324 53 44
Binary 110100 1011001 10000011 111100 100000 0 110001 11010100 101011 100100

Color Harmonies of #345983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345983

Black with #345983

Text Example


Text Example

White with #345983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345983; }

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

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

background-color css

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

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

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

border-color css

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

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

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