#38557C

Color #38557C St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #38557C

Tints of St Tropaz #38557C

Color information

#38557C (or 0x38557C) is unknown color: approx 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

RGB5685124-
CMYK0.550.3100.51
HSL214.41º37.78%35.29%-
HSV(B)214.41º54.84%48.63%-
XYZ8.528.7920.32-
YUV80.77152.39110.33-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56851240.550.3100.51214.4137.7835.29
Hex38557C371F033d62623
Octal7012517467370633264643
Binary1110001010101111110011011111111011001111010110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>