Html Css Color HEX #385BA7 Mariner

📋 copy color: '#385BA7'

red 56 ◦ green 91 ◦ blue 167

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

Shades of Mariner #385BA7

Tints of Mariner #385BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 53.18%

R = 17.83%
G = 28.98%
B = 53.18%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#385BA7 (or 0x385BA7) is known color: Mariner. HEX triplet: 38, 5B and A7. RGB value is (56,91,167). Sum of RGB (Red+Green+Blue) = 56+91+167=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 167 (65.62% from 255 or 53.18% from 314); Max value from RGB is 167 - color contains mainly: blue. Hex color #385BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BA7 is #C7A458. Grayscale: #585858. Windows color (decimal): -13083737 or 10967864. OLE color: 10967864.

HSL color Cylindrical-coordinate representation of color #385BA7: hue angle of 221.08º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385BA7 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 91 167 -
CMYK 0.66 0.46 0 0.35
HSL 221.08º 0.5% 0.44% -
HSV(B) 221.08º 0.66% 0.65% -
XYZ 12.35 11.11 38.05 -
YUV 89.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 56 91 167 0.66 0.46 0 0.35 221.08 0.5 0.44
Hex 38 5B A7 42 2E 0 23 DD 32 2C
Octal 70 133 247 102 56 0 43 335 62 54
Binary 111000 1011011 10100111 1000010 101110 0 100011 11011101 110010 101100

Color Harmonies of #385BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BA7

Black with #385BA7

Text Example


Text Example

White with #385BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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