#38589E

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

Shades of Mariner #38589E

Tints of Mariner #38589E

Color information

#38589E (or 0x38589E) is unknown color: approx Mariner. HEX triplet: 38, 58 and 9E. RGB value is (56,88,158). Sum of RGB (Red+Green+Blue) = 56+88+158=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #38589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38589E is #C7A761. Grayscale: #565656. Windows color (decimal): -13084514 or 10377272. OLE color: 10377272.

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

Color convert

RGB5688158-
CMYK0.650.4400.38
HSL221.18º47.66%41.96%-
HSV(B)221.18º64.56%61.96%-
XYZ11.2910.2933.74-
YUV86.41168.4106.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=18.54%
G=29.14%
B=52.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56881580.650.4400.38221.1847.6641.96
Hex38589E412C026dd302a
Octal70130236101540463356052
Binary1110001011000100111101000001101100010011011011101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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