Html Css Color HEX #38557C St Tropaz

📋 copy color: '#38557C'

red 56 ◦ green 85 ◦ blue 124

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

Shades of St Tropaz #38557C

Tints of St Tropaz #38557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.79%

R = 21.13%
G = 32.08%
B = 46.79%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38557C (or 0x38557C) is known color: St Tropaz. HEX triplet: 38, 55 and 7C. RGB value is (56,85,124). Sum of RGB (Red+Green+Blue) = 56+85+124=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #38557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38557C is #C7AA83. Grayscale: #505050. Windows color (decimal): -13085316 or 8148280. OLE color: 8148280.

HSL color Cylindrical-coordinate representation of color #38557C: hue angle of 214.41º 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 #38557C is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 85 124 -
CMYK 0.55 0.31 0 0.51
HSL 214.41º 0.38% 0.35% -
HSV(B) 214.41º 0.55% 0.49% -
XYZ 8.52 8.79 20.32 -
YUV 80.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 56 85 124 0.55 0.31 0 0.51 214.41 0.38 0.35
Hex 38 55 7C 37 1F 0 33 D6 26 23
Octal 70 125 174 67 37 0 63 326 46 43
Binary 111000 1010101 1111100 110111 11111 0 110011 11010110 100110 100011

Color Harmonies of #38557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38557C

Black with #38557C

Text Example


Text Example

White with #38557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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