Html Css Color HEX #386095 Mariner

📋 copy color: '#386095'

red 56 ◦ green 96 ◦ blue 149

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

Shades of Mariner #386095

Tints of Mariner #386095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 18.6%
G = 31.89%
B = 49.5%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#386095 (or 0x386095) is known color: Mariner. HEX triplet: 38, 60 and 95. RGB value is (56,96,149). Sum of RGB (Red+Green+Blue) = 56+96+149=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #386095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386095 is #C79F6A. Grayscale: #595959. Windows color (decimal): -13082475 or 9789496. OLE color: 9789496.

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

Color convert

RGB 56 96 149 -
CMYK 0.62 0.36 0 0.42
HSL 214.19º 0.45% 0.4% -
HSV(B) 214.19º 0.62% 0.58% -
XYZ 11.24 11.38 30.04 -
YUV 90.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 56 96 149 0.62 0.36 0 0.42 214.19 0.45 0.4
Hex 38 60 95 3E 24 0 2A D6 2D 28
Octal 70 140 225 76 44 0 52 326 55 50
Binary 111000 1100000 10010101 111110 100100 0 101010 11010110 101101 101000

Color Harmonies of #386095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386095

Black with #386095

Text Example


Text Example

White with #386095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386095; }

 p { color: rgb(56,96,149); }

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

background-color css

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

 a { background-color: rgb(56,96,149); }

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

border-color css

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

 span { border-color: rgb(56,96,149); }

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