Html Css Color HEX #385DA5 Mariner

📋 copy color: '#385DA5'

red 56 ◦ green 93 ◦ blue 165

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

Shades of Mariner #385DA5

Tints of Mariner #385DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.55%

R = 17.83%
G = 29.62%
B = 52.55%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#385DA5 (or 0x385DA5) is known color: Mariner. HEX triplet: 38, 5D and A5. RGB value is (56,93,165). Sum of RGB (Red+Green+Blue) = 56+93+165=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #385DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DA5 is #C7A25A. Grayscale: #595959. Windows color (decimal): -13083227 or 10837304. OLE color: 10837304.

HSL color Cylindrical-coordinate representation of color #385DA5: hue angle of 219.63º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385DA5 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 93 165 -
CMYK 0.66 0.44 0 0.35
HSL 219.63º 0.49% 0.43% -
HSV(B) 219.63º 0.66% 0.65% -
XYZ 12.34 11.39 37.14 -
YUV 90.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 56 93 165 0.66 0.44 0 0.35 219.63 0.49 0.43
Hex 38 5D A5 42 2C 0 23 DC 31 2B
Octal 70 135 245 102 54 0 43 334 61 53
Binary 111000 1011101 10100101 1000010 101100 0 100011 11011100 110001 101011

Color Harmonies of #385DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DA5

Black with #385DA5

Text Example


Text Example

White with #385DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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