Html Css Color HEX #386093 Mariner

📋 copy color: '#386093'

red 56 ◦ green 96 ◦ blue 147

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

Shades of Mariner #386093

Tints of Mariner #386093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 18.73%
G = 32.11%
B = 49.16%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#386093 (or 0x386093) is known color: Mariner. HEX triplet: 38, 60 and 93. RGB value is (56,96,147). Sum of RGB (Red+Green+Blue) = 56+96+147=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #386093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386093 is #C79F6C. Grayscale: #595959. Windows color (decimal): -13082477 or 9658424. OLE color: 9658424.

HSL color Cylindrical-coordinate representation of color #386093: hue angle of 213.63º 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 #386093 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 96 147 -
CMYK 0.62 0.35 0 0.42
HSL 213.63º 0.45% 0.4% -
HSV(B) 213.63º 0.62% 0.58% -
XYZ 11.08 11.31 29.2 -
YUV 89.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 56 96 147 0.62 0.35 0 0.42 213.63 0.45 0.4
Hex 38 60 93 3E 23 0 2A D6 2D 28
Octal 70 140 223 76 43 0 52 326 55 50
Binary 111000 1100000 10010011 111110 100011 0 101010 11010110 101101 101000

Color Harmonies of #386093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386093

Black with #386093

Text Example


Text Example

White with #386093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386093; }

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

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

background-color css

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

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

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

border-color css

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

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

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