Html Css Color HEX #385AAD Mariner

📋 copy color: '#385AAD'

red 56 ◦ green 90 ◦ blue 173

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

Shades of Mariner #385AAD

Tints of Mariner #385AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

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

R = 17.55%
G = 28.21%
B = 54.23%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#385AAD (or 0x385AAD) is known color: Mariner. HEX triplet: 38, 5A and AD. RGB value is (56,90,173). Sum of RGB (Red+Green+Blue) = 56+90+173=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #385AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AAD is #C7A552. Grayscale: #585858. Windows color (decimal): -13083987 or 11360824. OLE color: 11360824.

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

Color convert

RGB 56 90 173 -
CMYK 0.68 0.48 0 0.32
HSL 222.56º 0.51% 0.45% -
HSV(B) 222.56º 0.68% 0.68% -
XYZ 12.83 11.17 41.02 -
YUV 89.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 56 90 173 0.68 0.48 0 0.32 222.56 0.51 0.45
Hex 38 5A AD 44 30 0 20 DF 33 2D
Octal 70 132 255 104 60 0 40 337 63 55
Binary 111000 1011010 10101101 1000100 110000 0 100000 11011111 110011 101101

Color Harmonies of #385AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AAD

Black with #385AAD

Text Example


Text Example

White with #385AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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