Html Css Color HEX #385DAD Mariner

📋 copy color: '#385DAD'

red 56 ◦ green 93 ◦ blue 173

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

Shades of Mariner #385DAD

Tints of Mariner #385DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 17.39%
G = 28.88%
B = 53.73%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#385DAD (or 0x385DAD) is known color: Mariner. HEX triplet: 38, 5D and AD. RGB value is (56,93,173). Sum of RGB (Red+Green+Blue) = 56+93+173=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #385DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DAD is #C7A252. Grayscale: #5A5A5A. Windows color (decimal): -13083219 or 11361592. OLE color: 11361592.

HSL color Cylindrical-coordinate representation of color #385DAD: hue angle of 221.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385DAD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 93 173 -
CMYK 0.68 0.46 0 0.32
HSL 221.03º 0.51% 0.45% -
HSV(B) 221.03º 0.68% 0.68% -
XYZ 13.09 11.69 41.1 -
YUV 91.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 56 93 173 0.68 0.46 0 0.32 221.03 0.51 0.45
Hex 38 5D AD 44 2E 0 20 DD 33 2D
Octal 70 135 255 104 56 0 40 335 63 55
Binary 111000 1011101 10101101 1000100 101110 0 100000 11011101 110011 101101

Color Harmonies of #385DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DAD

Black with #385DAD

Text Example


Text Example

White with #385DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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