Html Css Color HEX #386499 Mariner

📋 copy color: '#386499'

red 56 ◦ green 100 ◦ blue 153

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

Shades of Mariner #386499

Tints of Mariner #386499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 18.12%
G = 32.36%
B = 49.51%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#386499 (or 0x386499) is known color: Mariner. HEX triplet: 38, 64 and 99. RGB value is (56,100,153). Sum of RGB (Red+Green+Blue) = 56+100+153=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #386499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386499 is #C79B66. Grayscale: #5C5C5C. Windows color (decimal): -13081447 or 10052664. OLE color: 10052664.

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

Color convert

RGB 56 100 153 -
CMYK 0.63 0.35 0 0.4
HSL 212.78º 0.46% 0.41% -
HSV(B) 212.78º 0.63% 0.6% -
XYZ 11.94 12.26 31.87 -
YUV 92.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 56 100 153 0.63 0.35 0 0.4 212.78 0.46 0.41
Hex 38 64 99 3F 23 0 28 D5 2E 29
Octal 70 144 231 77 43 0 50 325 56 51
Binary 111000 1100100 10011001 111111 100011 0 101000 11010101 101110 101001

Color Harmonies of #386499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386499

Black with #386499

Text Example


Text Example

White with #386499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386499; }

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

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

background-color css

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

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

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

border-color css

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

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

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