#386297

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

Shades of Mariner #386297

Tints of Mariner #386297

Color information

#386297 (or 0x386297) is unknown color: approx Mariner. HEX triplet: 38, 62 and 97. RGB value is (56,98,151). Sum of RGB (Red+Green+Blue) = 56+98+151=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #386297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386297 is #C79D68. Grayscale: #5B5B5B. Windows color (decimal): -13081961 or 9921080. OLE color: 9921080.

HSL color Cylindrical-coordinate representation of color #386297: hue angle of 213.47º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386297 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5698151-
CMYK0.630.3500.41
HSL213.47º45.89%40.59%-
HSV(B)213.47º62.91%59.22%-
XYZ11.5811.8130.95-
YUV91.48161.59102.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=18.36%
G=32.13%
B=49.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56981510.630.3500.41213.4745.8940.59
Hex3862973F23029d52e29
Octal7014222777430513255651
Binary111000110001010010111111111100011010100111010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386297; }

 p { color: rgb(56,98,151); }

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

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

 a { background-color: rgb(56,98,151); }

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

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

 span { border-color: rgb(56,98,151); }

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