Html Css Color HEX #385DAE Mariner

📋 copy color: '#385DAE'

red 56 ◦ green 93 ◦ blue 174

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

Shades of Mariner #385DAE

Tints of Mariner #385DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 17.34%
G = 28.79%
B = 53.87%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#385DAE (or 0x385DAE) is known color: Mariner. HEX triplet: 38, 5D and AE. RGB value is (56,93,174). Sum of RGB (Red+Green+Blue) = 56+93+174=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #385DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DAE is #C7A251. Grayscale: #5A5A5A. Windows color (decimal): -13083218 or 11427128. OLE color: 11427128.

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

Color convert

RGB 56 93 174 -
CMYK 0.68 0.47 0 0.32
HSL 221.19º 0.51% 0.45% -
HSV(B) 221.19º 0.68% 0.68% -
XYZ 13.19 11.73 41.61 -
YUV 91.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 56 93 174 0.68 0.47 0 0.32 221.19 0.51 0.45
Hex 38 5D AE 44 2F 0 20 DD 33 2D
Octal 70 135 256 104 57 0 40 335 63 55
Binary 111000 1011101 10101110 1000100 101111 0 100000 11011101 110011 101101

Color Harmonies of #385DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DAE

Black with #385DAE

Text Example


Text Example

White with #385DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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