#38557B

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

Shades of St Tropaz #38557B

Tints of St Tropaz #38557B

Color information

#38557B (or 0x38557B) is unknown color: approx St Tropaz. HEX triplet: 38, 55 and 7B. RGB value is (56,85,123). Sum of RGB (Red+Green+Blue) = 56+85+123=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #38557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38557B is #C7AA84. Grayscale: #505050. Windows color (decimal): -13085317 or 8082744. OLE color: 8082744.

HSL color Cylindrical-coordinate representation of color #38557B: hue angle of 214.03º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38557B is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5685123-
CMYK0.540.3100.52
HSL214.03º37.43%35.1%-
HSV(B)214.03º54.47%48.24%-
XYZ8.458.7719.99-
YUV80.66151.89110.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=21.21%
G=32.20%
B=46.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56851230.540.3100.52214.0337.4335.1
Hex38557B361F034d62523
Octal7012517366370643264543
Binary1110001010101111101111011011111011010011010110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38557B;
 }
 .AnyTagClassName
 {
   color: #38557B;
 }
</style>
background-color css

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

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

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

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

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

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