#38588A

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

Shades of St Tropaz #38588A

Tints of St Tropaz #38588A

Color information

#38588A (or 0x38588A) is unknown color: approx St Tropaz. HEX triplet: 38, 58 and 8A. RGB value is (56,88,138). Sum of RGB (Red+Green+Blue) = 56+88+138=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #38588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38588A is #C7A775. Grayscale: #535353. Windows color (decimal): -13084534 or 9066552. OLE color: 9066552.

HSL color Cylindrical-coordinate representation of color #38588A: hue angle of 216.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38588A is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5688138-
CMYK0.590.3600.46
HSL216.59º42.27%38.04%-
HSV(B)216.59º59.42%54.12%-
XYZ9.719.6625.4-
YUV84.13158.4107.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=19.86%
G=31.21%
B=48.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56881380.590.3600.46216.5942.2738.04
Hex38588A3B2402Ed92a26
Octal7013021273440563315246
Binary111000101100010001010111011100100010111011011001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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