Html Css Color HEX #385D9F Mariner

📋 copy color: '#385D9F'

red 56 ◦ green 93 ◦ blue 159

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

Shades of Mariner #385D9F

Tints of Mariner #385D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 18.18%
G = 30.19%
B = 51.62%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#385D9F (or 0x385D9F) is known color: Mariner. HEX triplet: 38, 5D and 9F. RGB value is (56,93,159). Sum of RGB (Red+Green+Blue) = 56+93+159=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #385D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D9F is #C7A260. Grayscale: #595959. Windows color (decimal): -13083233 or 10444088. OLE color: 10444088.

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

Color convert

RGB 56 93 159 -
CMYK 0.65 0.42 0 0.38
HSL 218.45º 0.48% 0.42% -
HSV(B) 218.45º 0.65% 0.62% -
XYZ 11.8 11.17 34.34 -
YUV 89.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 56 93 159 0.65 0.42 0 0.38 218.45 0.48 0.42
Hex 38 5D 9F 41 2A 0 26 DA 30 2A
Octal 70 135 237 101 52 0 46 332 60 52
Binary 111000 1011101 10011111 1000001 101010 0 100110 11011010 110000 101010

Color Harmonies of #385D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D9F

Black with #385D9F

Text Example


Text Example

White with #385D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,159); }

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

background-color css

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

 a { background-color: rgb(56,93,159); }

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

border-color css

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

 span { border-color: rgb(56,93,159); }

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