Html Css Color HEX #38557D St Tropaz

📋 copy color: '#38557D'

red 56 ◦ green 85 ◦ blue 125

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

Shades of St Tropaz #38557D

Tints of St Tropaz #38557D

RGB

 RED value IS 56 (22.27% from 255) = 21.05%

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

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

R = 21.05%
G = 31.95%
B = 46.99%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38557D (or 0x38557D) is known color: St Tropaz. HEX triplet: 38, 55 and 7D. RGB value is (56,85,125). Sum of RGB (Red+Green+Blue) = 56+85+125=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #38557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38557D is #C7AA82. Grayscale: #505050. Windows color (decimal): -13085315 or 8213816. OLE color: 8213816.

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

Color convert

RGB 56 85 125 -
CMYK 0.55 0.32 0 0.51
HSL 214.78º 0.38% 0.35% -
HSV(B) 214.78º 0.55% 0.49% -
XYZ 8.58 8.82 20.65 -
YUV 80.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 56 85 125 0.55 0.32 0 0.51 214.78 0.38 0.35
Hex 38 55 7D 37 20 0 33 D7 26 23
Octal 70 125 175 67 40 0 63 327 46 43
Binary 111000 1010101 1111101 110111 100000 0 110011 11010111 100110 100011

Color Harmonies of #38557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38557D

Black with #38557D

Text Example


Text Example

White with #38557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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