Html Css Color HEX #386092 Mariner

📋 copy color: '#386092'

red 56 ◦ green 96 ◦ blue 146

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

Shades of Mariner #386092

Tints of Mariner #386092

RGB

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

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

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

R = 18.79%
G = 32.21%
B = 48.99%

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

#386092 (or 0x386092) is known color: Mariner. HEX triplet: 38, 60 and 92. RGB value is (56,96,146). Sum of RGB (Red+Green+Blue) = 56+96+146=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #386092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386092 is #C79F6D. Grayscale: #595959. Windows color (decimal): -13082478 or 9592888. OLE color: 9592888.

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

Color convert

RGB 56 96 146 -
CMYK 0.62 0.34 0 0.43
HSL 213.33º 0.45% 0.4% -
HSV(B) 213.33º 0.62% 0.57% -
XYZ 11 11.28 28.79 -
YUV 89.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 56 96 146 0.62 0.34 0 0.43 213.33 0.45 0.4
Hex 38 60 92 3E 22 0 2B D5 2D 28
Octal 70 140 222 76 42 0 53 325 55 50
Binary 111000 1100000 10010010 111110 100010 0 101011 11010101 101101 101000

Color Harmonies of #386092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386092

Black with #386092

Text Example


Text Example

White with #386092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386092; }

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

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

background-color css

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

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

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

border-color css

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

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

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