#38619A

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

Shades of Mariner #38619A

Tints of Mariner #38619A

Color information

#38619A (or 0x38619A) is unknown color: approx Mariner. HEX triplet: 38, 61 and 9A. RGB value is (56,97,154). Sum of RGB (Red+Green+Blue) = 56+97+154=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #38619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38619A is #C79E65. Grayscale: #5A5A5A. Windows color (decimal): -13082214 or 10117432. OLE color: 10117432.

HSL color Cylindrical-coordinate representation of color #38619A: hue angle of 214.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38619A is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5697154-
CMYK0.640.3700.40
HSL214.9º46.67%41.18%-
HSV(B)214.9º63.64%60.39%-
XYZ11.7411.7232.22-
YUV91.24163.42102.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=18.24%
G=31.60%
B=50.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56971540.640.3700.40214.946.6741.18
Hex38619A4025028d72f29
Octal70141232100450503275751
Binary1110001100001100110101000000100101010100011010111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38619A; }

 p { color: rgb(56,97,154); }

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

<style>
 a { background-color: #38619A; }

 a { background-color: rgb(56,97,154); }

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

<style>
 span { border-color: #38619A; }

 span { border-color: rgb(56,97,154); }

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