Html Css Color HEX #386099 Mariner

📋 copy color: '#386099'

red 56 ◦ green 96 ◦ blue 153

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

Shades of Mariner #386099

Tints of Mariner #386099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 18.36%
G = 31.48%
B = 50.16%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#386099 (or 0x386099) is known color: Mariner. HEX triplet: 38, 60 and 99. RGB value is (56,96,153). Sum of RGB (Red+Green+Blue) = 56+96+153=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #386099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386099 is #C79F66. Grayscale: #5A5A5A. Windows color (decimal): -13082471 or 10051640. OLE color: 10051640.

HSL color Cylindrical-coordinate representation of color #386099: hue angle of 215.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386099 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 96 153 -
CMYK 0.63 0.37 0 0.4
HSL 215.26º 0.46% 0.41% -
HSV(B) 215.26º 0.63% 0.6% -
XYZ 11.56 11.51 31.75 -
YUV 90.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 56 96 153 0.63 0.37 0 0.4 215.26 0.46 0.41
Hex 38 60 99 3F 25 0 28 D7 2E 29
Octal 70 140 231 77 45 0 50 327 56 51
Binary 111000 1100000 10011001 111111 100101 0 101000 11010111 101110 101001

Color Harmonies of #386099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386099

Black with #386099

Text Example


Text Example

White with #386099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386099; }

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

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

background-color css

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

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

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

border-color css

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

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

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