Html Css Color HEX #386296 Mariner

📋 copy color: '#386296'

red 56 ◦ green 98 ◦ blue 150

#386296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #386296

Tints of Mariner #386296

RGB

 RED value IS 56 (22.27% from 255) = 18.42%

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 18.42%
G = 32.24%
B = 49.34%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#386296 (or 0x386296) is known color: Mariner. HEX triplet: 38, 62 and 96. RGB value is (56,98,150). Sum of RGB (Red+Green+Blue) = 56+98+150=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #386296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386296 is #C79D69. Grayscale: #5B5B5B. Windows color (decimal): -13081962 or 9855544. OLE color: 9855544.

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

Color convert

RGB 56 98 150 -
CMYK 0.63 0.35 0 0.41
HSL 213.19º 0.46% 0.4% -
HSV(B) 213.19º 0.63% 0.59% -
XYZ 11.5 11.78 30.52 -
YUV 91.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 56 98 150 0.63 0.35 0 0.41 213.19 0.46 0.4
Hex 38 62 96 3F 23 0 29 D5 2E 28
Octal 70 142 226 77 43 0 51 325 56 50
Binary 111000 1100010 10010110 111111 100011 0 101001 11010101 101110 101000

Color Harmonies of #386296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386296

Black with #386296

Text Example


Text Example

White with #386296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386296; }

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

 H1.HeaderClassName
 {
   color: #386296;
 }
 .AnyTagClassName
 {
   color: #386296;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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