#38539F

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

Shades of Mariner #38539F

Tints of Mariner #38539F

Color information

#38539F (or 0x38539F) is unknown color: approx Mariner. HEX triplet: 38, 53 and 9F. RGB value is (56,83,159). Sum of RGB (Red+Green+Blue) = 56+83+159=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #38539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38539F is #C7AC60. Grayscale: #535353. Windows color (decimal): -13085793 or 10441528. OLE color: 10441528.

HSL color Cylindrical-coordinate representation of color #38539F: hue angle of 224.27º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38539F is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5683159-
CMYK0.650.4800.38
HSL224.27º47.91%42.16%-
HSV(B)224.27º64.78%62.35%-
XYZ10.989.5334.06-
YUV83.59170.55108.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=18.79%
G=27.85%
B=53.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56831590.650.4800.38224.2747.9142.16
Hex38539F4130026e0302a
Octal70123237101600463406052
Binary1110001010011100111111000001110000010011011100000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38539F; }

 p { color: rgb(56,83,159); }

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

<style>
 a { background-color: #38539F; }

 a { background-color: rgb(56,83,159); }

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

<style>
 span { border-color: #38539F; }

 span { border-color: rgb(56,83,159); }

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