Html Css Color HEX #386BBA Mariner

📋 copy color: '#386BBA'

red 56 ◦ green 107 ◦ blue 186

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

Shades of Mariner #386BBA

Tints of Mariner #386BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 16.05%
G = 30.66%
B = 53.3%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#386BBA (or 0x386BBA) is known color: Mariner. HEX triplet: 38, 6B and BA. RGB value is (56,107,186). Sum of RGB (Red+Green+Blue) = 56+107+186=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #386BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BBA is #C79445. Grayscale: #646464. Windows color (decimal): -13079622 or 12217144. OLE color: 12217144.

HSL color Cylindrical-coordinate representation of color #386BBA: hue angle of 216.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386BBA is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 107 186 -
CMYK 0.70 0.42 0 0.27
HSL 216.46º 0.54% 0.47% -
HSV(B) 216.46º 0.7% 0.73% -
XYZ 15.75 14.9 48.5 -
YUV 100.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 56 107 186 0.70 0.42 0 0.27 216.46 0.54 0.47
Hex 38 6B BA 46 2A 0 1B D8 36 2F
Octal 70 153 272 106 52 0 33 330 66 57
Binary 111000 1101011 10111010 1000110 101010 0 11011 11011000 110110 101111

Color Harmonies of #386BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BBA

Black with #386BBA

Text Example


Text Example

White with #386BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386BBA; }

 p { color: rgb(56,107,186); }

 H1.HeaderClassName
 {
   color: #386BBA;
 }
 .AnyTagClassName
 {
   color: #386BBA;
 }
</style>

background-color css

<style>
 a { background-color: #386BBA; }

 a { background-color: rgb(56,107,186); }

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

border-color css

<style>
 span { border-color: #386BBA; }

 span { border-color: rgb(56,107,186); }

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