#38579C

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

Shades of Mariner #38579C

Tints of Mariner #38579C

Color information

#38579C (or 0x38579C) is unknown color: approx Mariner. HEX triplet: 38, 57 and 9C. RGB value is (56,87,156). Sum of RGB (Red+Green+Blue) = 56+87+156=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #38579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38579C is #C7A863. Grayscale: #555555. Windows color (decimal): -13084772 or 10245944. OLE color: 10245944.

HSL color Cylindrical-coordinate representation of color #38579C: hue angle of 221.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38579C is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5687156-
CMYK0.640.4400.39
HSL221.4º47.17%41.57%-
HSV(B)221.4º64.1%61.18%-
XYZ11.0410.0632.81-
YUV85.6167.73106.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=18.73%
G=29.10%
B=52.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56871560.640.4400.39221.447.1741.57
Hex38579C402C027dd2f2a
Octal70127234100540473355752
Binary1110001010111100111001000000101100010011111011101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,87,156); }

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

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

 a { background-color: rgb(56,87,156); }

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

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

 span { border-color: rgb(56,87,156); }

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