Html Css Color HEX #385699 Mariner

📋 copy color: '#385699'

red 56 ◦ green 86 ◦ blue 153

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

Shades of Mariner #385699

Tints of Mariner #385699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

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

R = 18.98%
G = 29.15%
B = 51.86%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#385699 (or 0x385699) is known color: Mariner. HEX triplet: 38, 56 and 99. RGB value is (56,86,153). Sum of RGB (Red+Green+Blue) = 56+86+153=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #385699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385699 is #C7A966. Grayscale: #545454. Windows color (decimal): -13085031 or 10049080. OLE color: 10049080.

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

Color convert

RGB 56 86 153 -
CMYK 0.63 0.44 0 0.4
HSL 221.44º 0.46% 0.41% -
HSV(B) 221.44º 0.63% 0.6% -
XYZ 10.71 9.8 31.46 -
YUV 84.67 166.56 107.55 -
System Red Green Blue C M Y K H S L
Decimal 56 86 153 0.63 0.44 0 0.4 221.44 0.46 0.41
Hex 38 56 99 3F 2C 0 28 DD 2E 29
Octal 70 126 231 77 54 0 50 335 56 51
Binary 111000 1010110 10011001 111111 101100 0 101000 11011101 101110 101001

Color Harmonies of #385699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385699

Black with #385699

Text Example


Text Example

White with #385699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385699; }

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

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

background-color css

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

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

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

border-color css

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

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

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