#38649C

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

Shades of Mariner #38649C

Tints of Mariner #38649C

Color information

#38649C (or 0x38649C) is unknown color: approx Mariner. HEX triplet: 38, 64 and 9C. RGB value is (56,100,156). Sum of RGB (Red+Green+Blue) = 56+100+156=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #38649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38649C is #C79B63. Grayscale: #5C5C5C. Windows color (decimal): -13081444 or 10249272. OLE color: 10249272.

HSL color Cylindrical-coordinate representation of color #38649C: hue angle of 213.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38649C is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56100156-
CMYK0.640.3600.39
HSL213.6º47.17%41.57%-
HSV(B)213.6º64.1%61.18%-
XYZ12.1912.3633.19-
YUV93.23163.42101.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 156 (61.33% from 255) = 50%
R=17.95%
G=32.05%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561001560.640.3600.39213.647.1741.57
Hex38649C4024027d62f2a
Octal70144234100440473265752
Binary1110001100100100111001000000100100010011111010110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38649C; }

 p { color: rgb(56,100,156); }

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

<style>
 a { background-color: #38649C; }

 a { background-color: rgb(56,100,156); }

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

<style>
 span { border-color: #38649C; }

 span { border-color: rgb(56,100,156); }

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