#38609E

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

Shades of Mariner #38609E

Tints of Mariner #38609E

Color information

#38609E (or 0x38609E) is unknown color: approx Mariner. HEX triplet: 38, 60 and 9E. RGB value is (56,96,158). Sum of RGB (Red+Green+Blue) = 56+96+158=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #38609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38609E is #C79F61. Grayscale: #5A5A5A. Windows color (decimal): -13082466 or 10379320. OLE color: 10379320.

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

Color convert

RGB5696158-
CMYK0.650.3900.38
HSL216.47º47.66%41.96%-
HSV(B)216.47º64.56%61.96%-
XYZ11.9911.6833.97-
YUV91.11165.75102.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=18.06%
G=30.97%
B=50.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56961580.650.3900.38216.4747.6641.96
Hex38609E4127026d8302a
Octal70140236101470463306052
Binary1110001100000100111101000001100111010011011011000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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