Html Css Color HEX #386399 Mariner

📋 copy color: '#386399'

red 56 ◦ green 99 ◦ blue 153

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

Shades of Mariner #386399

Tints of Mariner #386399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 18.18%
G = 32.14%
B = 49.68%

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

#386399 (or 0x386399) is known color: Mariner. HEX triplet: 38, 63 and 99. RGB value is (56,99,153). Sum of RGB (Red+Green+Blue) = 56+99+153=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #386399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386399 is #C79C66. Grayscale: #5C5C5C. Windows color (decimal): -13081703 or 10052408. OLE color: 10052408.

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

Color convert

RGB 56 99 153 -
CMYK 0.63 0.35 0 0.4
HSL 213.4º 0.46% 0.41% -
HSV(B) 213.4º 0.63% 0.6% -
XYZ 11.84 12.06 31.84 -
YUV 92.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 56 99 153 0.63 0.35 0 0.4 213.4 0.46 0.41
Hex 38 63 99 3F 23 0 28 D5 2E 29
Octal 70 143 231 77 43 0 50 325 56 51
Binary 111000 1100011 10011001 111111 100011 0 101000 11010101 101110 101001

Color Harmonies of #386399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386399

Black with #386399

Text Example


Text Example

White with #386399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386399; }

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

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

background-color css

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

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

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

border-color css

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

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

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