Html Css Color HEX #385FA9 Mariner

📋 copy color: '#385FA9'

red 56 ◦ green 95 ◦ blue 169

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

Shades of Mariner #385FA9

Tints of Mariner #385FA9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

 BLUE value IS 169 (66.41% from 255) = 52.81%

R = 17.5%
G = 29.69%
B = 52.81%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#385FA9 (or 0x385FA9) is known color: Mariner. HEX triplet: 38, 5F and A9. RGB value is (56,95,169). Sum of RGB (Red+Green+Blue) = 56+95+169=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #385FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FA9 is #C7A056. Grayscale: #5B5B5B. Windows color (decimal): -13082711 or 11099960. OLE color: 11099960.

HSL color Cylindrical-coordinate representation of color #385FA9: hue angle of 219.29º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385FA9 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 95 169 -
CMYK 0.67 0.44 0 0.34
HSL 219.29º 0.5% 0.44% -
HSV(B) 219.29º 0.67% 0.66% -
XYZ 12.88 11.89 39.15 -
YUV 91.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 56 95 169 0.67 0.44 0 0.34 219.29 0.5 0.44
Hex 38 5F A9 43 2C 0 22 DB 32 2C
Octal 70 137 251 103 54 0 42 333 62 54
Binary 111000 1011111 10101001 1000011 101100 0 100010 11011011 110010 101100

Color Harmonies of #385FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FA9

Black with #385FA9

Text Example


Text Example

White with #385FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,95,169); }

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

background-color css

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

 a { background-color: rgb(56,95,169); }

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

border-color css

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

 span { border-color: rgb(56,95,169); }

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