Html Css Color HEX #385DAB Mariner

📋 copy color: '#385DAB'

red 56 ◦ green 93 ◦ blue 171

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

Shades of Mariner #385DAB

Tints of Mariner #385DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 17.5%
G = 29.06%
B = 53.44%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#385DAB (or 0x385DAB) is known color: Mariner. HEX triplet: 38, 5D and AB. RGB value is (56,93,171). Sum of RGB (Red+Green+Blue) = 56+93+171=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #385DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DAB is #C7A254. Grayscale: #5A5A5A. Windows color (decimal): -13083221 or 11230520. OLE color: 11230520.

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

Color convert

RGB 56 93 171 -
CMYK 0.67 0.46 0 0.33
HSL 220.7º 0.51% 0.45% -
HSV(B) 220.7º 0.67% 0.67% -
XYZ 12.9 11.61 40.09 -
YUV 90.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 56 93 171 0.67 0.46 0 0.33 220.7 0.51 0.45
Hex 38 5D AB 43 2E 0 21 DD 33 2D
Octal 70 135 253 103 56 0 41 335 63 55
Binary 111000 1011101 10101011 1000011 101110 0 100001 11011101 110011 101101

Color Harmonies of #385DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DAB

Black with #385DAB

Text Example


Text Example

White with #385DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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