Html Css Color HEX #385EA3 Mariner

📋 copy color: '#385EA3'

red 56 ◦ green 94 ◦ blue 163

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

Shades of Mariner #385EA3

Tints of Mariner #385EA3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

 BLUE value IS 163 (64.06% from 255) = 52.08%

R = 17.89%
G = 30.03%
B = 52.08%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#385EA3 (or 0x385EA3) is known color: Mariner. HEX triplet: 38, 5E and A3. RGB value is (56,94,163). Sum of RGB (Red+Green+Blue) = 56+94+163=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 163 (64.06% from 255 or 52.08% from 313); Max value from RGB is 163 - color contains mainly: blue. Hex color #385EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385EA3 is #C7A15C. Grayscale: #5A5A5A. Windows color (decimal): -13082973 or 10706488. OLE color: 10706488.

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

Color convert

RGB 56 94 163 -
CMYK 0.66 0.42 0 0.36
HSL 218.69º 0.49% 0.43% -
HSV(B) 218.69º 0.66% 0.64% -
XYZ 12.24 11.49 36.22 -
YUV 90.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 56 94 163 0.66 0.42 0 0.36 218.69 0.49 0.43
Hex 38 5E A3 42 2A 0 24 DB 31 2B
Octal 70 136 243 102 52 0 44 333 61 53
Binary 111000 1011110 10100011 1000010 101010 0 100100 11011011 110001 101011

Color Harmonies of #385EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EA3

Black with #385EA3

Text Example


Text Example

White with #385EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,94,163); }

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

background-color css

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

 a { background-color: rgb(56,94,163); }

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

border-color css

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

 span { border-color: rgb(56,94,163); }

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