Html Css Color HEX #34557D St Tropaz

📋 copy color: '#34557D'

red 52 ◦ green 85 ◦ blue 125

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

Shades of St Tropaz #34557D

Tints of St Tropaz #34557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 19.85%
G = 32.44%
B = 47.71%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34557D (or 0x34557D) is known color: St Tropaz. HEX triplet: 34, 55 and 7D. RGB value is (52,85,125). Sum of RGB (Red+Green+Blue) = 52+85+125=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #34557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34557D is #CBAA82. Grayscale: #4F4F4F. Windows color (decimal): -13347459 or 8213812. OLE color: 8213812.

HSL color Cylindrical-coordinate representation of color #34557D: hue angle of 212.88º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34557D is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 85 125 -
CMYK 0.58 0.32 0 0.51
HSL 212.88º 0.41% 0.35% -
HSV(B) 212.88º 0.58% 0.49% -
XYZ 8.37 8.71 20.64 -
YUV 79.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 52 85 125 0.58 0.32 0 0.51 212.88 0.41 0.35
Hex 34 55 7D 3A 20 0 33 D5 29 23
Octal 64 125 175 72 40 0 63 325 51 43
Binary 110100 1010101 1111101 111010 100000 0 110011 11010101 101001 100011

Color Harmonies of #34557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34557D

Black with #34557D

Text Example


Text Example

White with #34557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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