#38589F

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

Shades of Mariner #38589F

Tints of Mariner #38589F

Color information

#38589F (or 0x38589F) is unknown color: approx Mariner. HEX triplet: 38, 58 and 9F. RGB value is (56,88,159). Sum of RGB (Red+Green+Blue) = 56+88+159=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #38589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38589F is #C7A760. Grayscale: #565656. Windows color (decimal): -13084513 or 10442808. OLE color: 10442808.

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

Color convert

RGB5688159-
CMYK0.650.4500.38
HSL221.36º47.91%42.16%-
HSV(B)221.36º64.78%62.35%-
XYZ11.3810.3234.19-
YUV86.53168.9106.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=18.48%
G=29.04%
B=52.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56881590.650.4500.38221.3647.9142.16
Hex38589F412D026dd302a
Octal70130237101550463356052
Binary1110001011000100111111000001101101010011011011101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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