Html Css Color HEX #385FAB Mariner

📋 copy color: '#385FAB'

red 56 ◦ green 95 ◦ blue 171

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

Shades of Mariner #385FAB

Tints of Mariner #385FAB

RGB

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

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

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

R = 17.39%
G = 29.5%
B = 53.11%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#385FAB (or 0x385FAB) is known color: Mariner. HEX triplet: 38, 5F and AB. RGB value is (56,95,171). Sum of RGB (Red+Green+Blue) = 56+95+171=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #385FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FAB is #C7A054. Grayscale: #5B5B5B. Windows color (decimal): -13082709 or 11231032. OLE color: 11231032.

HSL color Cylindrical-coordinate representation of color #385FAB: hue angle of 219.65º 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 #385FAB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 95 171 -
CMYK 0.67 0.44 0 0.33
HSL 219.65º 0.51% 0.45% -
HSV(B) 219.65º 0.67% 0.67% -
XYZ 13.07 11.97 40.15 -
YUV 92 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 56 95 171 0.67 0.44 0 0.33 219.65 0.51 0.45
Hex 38 5F AB 43 2C 0 21 DC 33 2D
Octal 70 137 253 103 54 0 41 334 63 55
Binary 111000 1011111 10101011 1000011 101100 0 100001 11011100 110011 101101

Color Harmonies of #385FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FAB

Black with #385FAB

Text Example


Text Example

White with #385FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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