#38567C

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

Shades of St Tropaz #38567C

Tints of St Tropaz #38567C

Color information

#38567C (or 0x38567C) is unknown color: approx St Tropaz. HEX triplet: 38, 56 and 7C. RGB value is (56,86,124). Sum of RGB (Red+Green+Blue) = 56+86+124=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #38567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38567C is #C7A983. Grayscale: #515151. Windows color (decimal): -13085060 or 8148536. OLE color: 8148536.

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

Color convert

RGB5686124-
CMYK0.550.3100.51
HSL213.53º37.78%35.29%-
HSV(B)213.53º54.84%48.63%-
XYZ8.68.9520.34-
YUV81.36152.06109.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=21.05%
G=32.33%
B=46.62%

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
Decimal56861240.550.3100.51213.5337.7835.29
Hex38567C371F033d62623
Octal7012617467370633264643
Binary1110001010110111110011011111111011001111010110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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