#38529F

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

Shades of Mariner #38529F

Tints of Mariner #38529F

Color information

#38529F (or 0x38529F) is unknown color: approx Mariner. HEX triplet: 38, 52 and 9F. RGB value is (56,82,159). Sum of RGB (Red+Green+Blue) = 56+82+159=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #38529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38529F is #C7AD60. Grayscale: #525252. Windows color (decimal): -13086049 or 10441272. OLE color: 10441272.

HSL color Cylindrical-coordinate representation of color #38529F: hue angle of 224.85º 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 #38529F is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5682159-
CMYK0.650.4800.38
HSL224.85º47.91%42.16%-
HSV(B)224.85º64.78%62.35%-
XYZ10.919.3834.04-
YUV83170.89108.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=18.86%
G=27.61%
B=53.54%

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
Decimal56821590.650.4800.38224.8547.9142.16
Hex38529F4130026e1302a
Octal70122237101600463416052
Binary1110001010010100111111000001110000010011011100001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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