Html Css Color HEX #345583 St Tropaz

📋 copy color: '#345583'

red 52 ◦ green 85 ◦ blue 131

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

Shades of St Tropaz #345583

Tints of St Tropaz #345583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

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

R = 19.4%
G = 31.72%
B = 48.88%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345583 (or 0x345583) is known color: St Tropaz. HEX triplet: 34, 55 and 83. RGB value is (52,85,131). Sum of RGB (Red+Green+Blue) = 52+85+131=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #345583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345583 is #CBAA7C. Grayscale: #505050. Windows color (decimal): -13347453 or 8607028. OLE color: 8607028.

HSL color Cylindrical-coordinate representation of color #345583: hue angle of 214.94º 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 #345583 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 85 131 -
CMYK 0.60 0.35 0 0.49
HSL 214.94º 0.43% 0.36% -
HSV(B) 214.94º 0.6% 0.51% -
XYZ 8.76 8.87 22.72 -
YUV 80.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 52 85 131 0.60 0.35 0 0.49 214.94 0.43 0.36
Hex 34 55 83 3C 23 0 31 D7 2B 24
Octal 64 125 203 74 43 0 61 327 53 44
Binary 110100 1010101 10000011 111100 100011 0 110001 11010111 101011 100100

Color Harmonies of #345583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345583

Black with #345583

Text Example


Text Example

White with #345583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345583; }

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

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

background-color css

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

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

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

border-color css

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

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

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