Html Css Color HEX #385995 Mariner

📋 copy color: '#385995'

red 56 ◦ green 89 ◦ blue 149

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

Shades of Mariner #385995

Tints of Mariner #385995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 19.05%
G = 30.27%
B = 50.68%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385995 (or 0x385995) is known color: Mariner. HEX triplet: 38, 59 and 95. RGB value is (56,89,149). Sum of RGB (Red+Green+Blue) = 56+89+149=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #385995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385995 is #C7A66A. Grayscale: #555555. Windows color (decimal): -13084267 or 9787704. OLE color: 9787704.

HSL color Cylindrical-coordinate representation of color #385995: hue angle of 218.71º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385995 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 89 149 -
CMYK 0.62 0.40 0 0.42
HSL 218.71º 0.45% 0.4% -
HSV(B) 218.71º 0.62% 0.58% -
XYZ 10.63 10.16 29.83 -
YUV 85.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 56 89 149 0.62 0.40 0 0.42 218.71 0.45 0.4
Hex 38 59 95 3E 28 0 2A DB 2D 28
Octal 70 131 225 76 50 0 52 333 55 50
Binary 111000 1011001 10010101 111110 101000 0 101010 11011011 101101 101000

Color Harmonies of #385995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385995

Black with #385995

Text Example


Text Example

White with #385995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385995; }

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

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

background-color css

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

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

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

border-color css

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

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

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