Html Css Color HEX #385996 Mariner

📋 copy color: '#385996'

red 56 ◦ green 89 ◦ blue 150

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

Shades of Mariner #385996

Tints of Mariner #385996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 18.98%
G = 30.17%
B = 50.85%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#385996 (or 0x385996) is known color: Mariner. HEX triplet: 38, 59 and 96. RGB value is (56,89,150). Sum of RGB (Red+Green+Blue) = 56+89+150=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #385996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385996 is #C7A669. Grayscale: #555555. Windows color (decimal): -13084266 or 9853240. OLE color: 9853240.

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

Color convert

RGB 56 89 150 -
CMYK 0.63 0.41 0 0.41
HSL 218.94º 0.46% 0.4% -
HSV(B) 218.94º 0.63% 0.59% -
XYZ 10.71 10.19 30.26 -
YUV 86.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 56 89 150 0.63 0.41 0 0.41 218.94 0.46 0.4
Hex 38 59 96 3F 29 0 29 DB 2E 28
Octal 70 131 226 77 51 0 51 333 56 50
Binary 111000 1011001 10010110 111111 101001 0 101001 11011011 101110 101000

Color Harmonies of #385996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385996

Black with #385996

Text Example


Text Example

White with #385996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385996; }

 p { color: rgb(56,89,150); }

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

background-color css

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

 a { background-color: rgb(56,89,150); }

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

border-color css

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

 span { border-color: rgb(56,89,150); }

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