Html Css Color HEX #386192 Mariner

📋 copy color: '#386192'

red 56 ◦ green 97 ◦ blue 146

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

Shades of Mariner #386192

Tints of Mariner #386192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 18.73%
G = 32.44%
B = 48.83%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#386192 (or 0x386192) is known color: Mariner. HEX triplet: 38, 61 and 92. RGB value is (56,97,146). Sum of RGB (Red+Green+Blue) = 56+97+146=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #386192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386192 is #C79E6D. Grayscale: #5A5A5A. Windows color (decimal): -13082222 or 9593144. OLE color: 9593144.

HSL color Cylindrical-coordinate representation of color #386192: hue angle of 212.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386192 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 97 146 -
CMYK 0.62 0.34 0 0.43
HSL 212.67º 0.45% 0.4% -
HSV(B) 212.67º 0.62% 0.57% -
XYZ 11.09 11.47 28.82 -
YUV 90.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 56 97 146 0.62 0.34 0 0.43 212.67 0.45 0.4
Hex 38 61 92 3E 22 0 2B D5 2D 28
Octal 70 141 222 76 42 0 53 325 55 50
Binary 111000 1100001 10010010 111110 100010 0 101011 11010101 101101 101000

Color Harmonies of #386192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386192

Black with #386192

Text Example


Text Example

White with #386192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386192; }

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

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

background-color css

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

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

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

border-color css

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

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

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