Html Css Color HEX #385FAD Mariner

📋 copy color: '#385FAD'

red 56 ◦ green 95 ◦ blue 173

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

Shades of Mariner #385FAD

Tints of Mariner #385FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

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

R = 17.28%
G = 29.32%
B = 53.4%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#385FAD (or 0x385FAD) is known color: Mariner. HEX triplet: 38, 5F and AD. RGB value is (56,95,173). Sum of RGB (Red+Green+Blue) = 56+95+173=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #385FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FAD is #C7A052. Grayscale: #5B5B5B. Windows color (decimal): -13082707 or 11362104. OLE color: 11362104.

HSL color Cylindrical-coordinate representation of color #385FAD: hue angle of 220º 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 #385FAD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 95 173 -
CMYK 0.68 0.45 0 0.32
HSL 220º 0.51% 0.45% -
HSV(B) 220º 0.68% 0.68% -
XYZ 13.27 12.04 41.16 -
YUV 92.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 56 95 173 0.68 0.45 0 0.32 220 0.51 0.45
Hex 38 5F AD 44 2D 0 20 DC 33 2D
Octal 70 137 255 104 55 0 40 334 63 55
Binary 111000 1011111 10101101 1000100 101101 0 100000 11011100 110011 101101

Color Harmonies of #385FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FAD

Black with #385FAD

Text Example


Text Example

White with #385FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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