Html Css Color HEX #386398 Mariner

📋 copy color: '#386398'

red 56 ◦ green 99 ◦ blue 152

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

Shades of Mariner #386398

Tints of Mariner #386398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 18.24%
G = 32.25%
B = 49.51%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#386398 (or 0x386398) is known color: Mariner. HEX triplet: 38, 63 and 98. RGB value is (56,99,152). Sum of RGB (Red+Green+Blue) = 56+99+152=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #386398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386398 is #C79C67. Grayscale: #5B5B5B. Windows color (decimal): -13081704 or 9986872. OLE color: 9986872.

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

Color convert

RGB 56 99 152 -
CMYK 0.63 0.35 0 0.40
HSL 213.13º 0.46% 0.41% -
HSV(B) 213.13º 0.63% 0.6% -
XYZ 11.76 12.03 31.41 -
YUV 92.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 56 99 152 0.63 0.35 0 0.40 213.13 0.46 0.41
Hex 38 63 98 3F 23 0 28 D5 2E 29
Octal 70 143 230 77 43 0 50 325 56 51
Binary 111000 1100011 10011000 111111 100011 0 101000 11010101 101110 101001

Color Harmonies of #386398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386398

Black with #386398

Text Example


Text Example

White with #386398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386398; }

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

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

background-color css

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

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

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

border-color css

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

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

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