Html Css Color HEX #385BA0 Mariner

📋 copy color: '#385BA0'

red 56 ◦ green 91 ◦ blue 160

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

Shades of Mariner #385BA0

Tints of Mariner #385BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 160 (62.89% from 255) = 52.12%

R = 18.24%
G = 29.64%
B = 52.12%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#385BA0 (or 0x385BA0) is known color: Mariner. HEX triplet: 38, 5B and A0. RGB value is (56,91,160). Sum of RGB (Red+Green+Blue) = 56+91+160=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #385BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BA0 is #C7A45F. Grayscale: #585858. Windows color (decimal): -13083744 or 10509112. OLE color: 10509112.

HSL color Cylindrical-coordinate representation of color #385BA0: hue angle of 219.81º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #385BA0 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 91 160 -
CMYK 0.65 0.43 0 0.37
HSL 219.81º 0.48% 0.42% -
HSV(B) 219.81º 0.65% 0.63% -
XYZ 11.72 10.86 34.74 -
YUV 88.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 56 91 160 0.65 0.43 0 0.37 219.81 0.48 0.42
Hex 38 5B A0 41 2B 0 25 DC 30 2A
Octal 70 133 240 101 53 0 45 334 60 52
Binary 111000 1011011 10100000 1000001 101011 0 100101 11011100 110000 101010

Color Harmonies of #385BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BA0

Black with #385BA0

Text Example


Text Example

White with #385BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385BA0; }

 p { color: rgb(56,91,160); }

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

background-color css

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

 a { background-color: rgb(56,91,160); }

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

border-color css

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

 span { border-color: rgb(56,91,160); }

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