Html Css Color HEX #345377 St Tropaz

📋 copy color: '#345377'

red 52 ◦ green 83 ◦ blue 119

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

Shades of St Tropaz #345377

Tints of St Tropaz #345377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 20.47%
G = 32.68%
B = 46.85%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345377 (or 0x345377) is known color: St Tropaz. HEX triplet: 34, 53 and 77. RGB value is (52,83,119). Sum of RGB (Red+Green+Blue) = 52+83+119=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #345377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345377 is #CBAC88. Grayscale: #4D4D4D. Windows color (decimal): -13347977 or 7820084. OLE color: 7820084.

HSL color Cylindrical-coordinate representation of color #345377: hue angle of 212.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345377 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 83 119 -
CMYK 0.56 0.30 0 0.53
HSL 212.24º 0.39% 0.34% -
HSV(B) 212.24º 0.56% 0.47% -
XYZ 7.84 8.25 18.63 -
YUV 77.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 52 83 119 0.56 0.30 0 0.53 212.24 0.39 0.34
Hex 34 53 77 38 1E 0 35 D4 27 22
Octal 64 123 167 70 36 0 65 324 47 42
Binary 110100 1010011 1110111 111000 11110 0 110101 11010100 100111 100010

Color Harmonies of #345377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345377

Black with #345377

Text Example


Text Example

White with #345377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345377; }

 p { color: rgb(52,83,119); }

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

background-color css

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

 a { background-color: rgb(52,83,119); }

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

border-color css

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

 span { border-color: rgb(52,83,119); }

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