#38588C

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

Shades of St Tropaz #38588C

Tints of St Tropaz #38588C

Color information

#38588C (or 0x38588C) is unknown color: approx St Tropaz. HEX triplet: 38, 58 and 8C. RGB value is (56,88,140). Sum of RGB (Red+Green+Blue) = 56+88+140=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #38588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38588C is #C7A773. Grayscale: #545454. Windows color (decimal): -13084532 or 9197624. OLE color: 9197624.

HSL color Cylindrical-coordinate representation of color #38588C: hue angle of 217.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38588C is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5688140-
CMYK0.60.3700.45
HSL217.14º42.86%38.43%-
HSV(B)217.14º60%54.9%-
XYZ9.859.7126.17-
YUV84.36159.4107.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=19.72%
G=30.99%
B=49.30%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56881400.60.3700.45217.1442.8638.43
Hex38588C3C2502Dd92b26
Octal7013021474450553315346
Binary111000101100010001100111100100101010110111011001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,88,140); }

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

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

 a { background-color: rgb(56,88,140); }

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

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

 span { border-color: rgb(56,88,140); }

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