Html Css Color HEX #386096 Mariner

📋 copy color: '#386096'

red 56 ◦ green 96 ◦ blue 150

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

Shades of Mariner #386096

Tints of Mariner #386096

RGB

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

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

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

R = 18.54%
G = 31.79%
B = 49.67%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#386096 (or 0x386096) is known color: Mariner. HEX triplet: 38, 60 and 96. RGB value is (56,96,150). Sum of RGB (Red+Green+Blue) = 56+96+150=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #386096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386096 is #C79F69. Grayscale: #595959. Windows color (decimal): -13082474 or 9855032. OLE color: 9855032.

HSL color Cylindrical-coordinate representation of color #386096: hue angle of 214.47º 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 #386096 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 96 150 -
CMYK 0.63 0.36 0 0.41
HSL 214.47º 0.46% 0.4% -
HSV(B) 214.47º 0.63% 0.59% -
XYZ 11.32 11.41 30.46 -
YUV 90.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 56 96 150 0.63 0.36 0 0.41 214.47 0.46 0.4
Hex 38 60 96 3F 24 0 29 D6 2E 28
Octal 70 140 226 77 44 0 51 326 56 50
Binary 111000 1100000 10010110 111111 100100 0 101001 11010110 101110 101000

Color Harmonies of #386096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386096

Black with #386096

Text Example


Text Example

White with #386096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386096; }

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

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

background-color css

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

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

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

border-color css

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

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

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