#38567B

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

Shades of St Tropaz #38567B

Tints of St Tropaz #38567B

Color information

#38567B (or 0x38567B) is unknown color: approx St Tropaz. HEX triplet: 38, 56 and 7B. RGB value is (56,86,123). Sum of RGB (Red+Green+Blue) = 56+86+123=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #38567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38567B is #C7A984. Grayscale: #515151. Windows color (decimal): -13085061 or 8083000. OLE color: 8083000.

HSL color Cylindrical-coordinate representation of color #38567B: hue angle of 213.13º 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 #38567B is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5686123-
CMYK0.540.3000.52
HSL213.13º37.43%35.1%-
HSV(B)213.13º54.47%48.24%-
XYZ8.538.9320.01-
YUV81.25151.56109.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=21.13%
G=32.45%
B=46.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56861230.540.3000.52213.1337.4335.1
Hex38567B361E034d52523
Octal7012617366360643254543
Binary1110001010110111101111011011110011010011010101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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