Html Css Color HEX #385A9D Mariner

📋 copy color: '#385A9D'

red 56 ◦ green 90 ◦ blue 157

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

Shades of Mariner #385A9D

Tints of Mariner #385A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 18.48%
G = 29.7%
B = 51.82%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#385A9D (or 0x385A9D) is known color: Mariner. HEX triplet: 38, 5A and 9D. RGB value is (56,90,157). Sum of RGB (Red+Green+Blue) = 56+90+157=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #385A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385A9D is #C7A562. Grayscale: #575757. Windows color (decimal): -13084003 or 10312248. OLE color: 10312248.

HSL color Cylindrical-coordinate representation of color #385A9D: hue angle of 219.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #385A9D is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 90 157 -
CMYK 0.64 0.43 0 0.38
HSL 219.8º 0.47% 0.42% -
HSV(B) 219.8º 0.64% 0.62% -
XYZ 11.37 10.59 33.34 -
YUV 87.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 56 90 157 0.64 0.43 0 0.38 219.8 0.47 0.42
Hex 38 5A 9D 40 2B 0 26 DC 2F 2A
Octal 70 132 235 100 53 0 46 334 57 52
Binary 111000 1011010 10011101 1000000 101011 0 100110 11011100 101111 101010

Color Harmonies of #385A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A9D

Black with #385A9D

Text Example


Text Example

White with #385A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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