#38649B

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

Shades of Mariner #38649B

Tints of Mariner #38649B

Color information

#38649B (or 0x38649B) is unknown color: approx Mariner. HEX triplet: 38, 64 and 9B. RGB value is (56,100,155). Sum of RGB (Red+Green+Blue) = 56+100+155=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #38649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38649B is #C79B64. Grayscale: #5C5C5C. Windows color (decimal): -13081445 or 10183736. OLE color: 10183736.

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

Color convert

RGB56100155-
CMYK0.640.3500.39
HSL213.33º46.92%41.37%-
HSV(B)213.33º63.87%60.78%-
XYZ12.112.3232.75-
YUV93.11162.92101.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=18.01%
G=32.15%
B=49.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561001550.640.3500.39213.3346.9241.37
Hex38649B4023027d52f29
Octal70144233100430473255751
Binary1110001100100100110111000000100011010011111010101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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