Html Css Color HEX #386AB6 Mariner

📋 copy color: '#386AB6'

red 56 ◦ green 106 ◦ blue 182

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

Shades of Mariner #386AB6

Tints of Mariner #386AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

 BLUE value IS 182 (71.48% from 255) = 52.91%

R = 16.28%
G = 30.81%
B = 52.91%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#386AB6 (or 0x386AB6) is known color: Mariner. HEX triplet: 38, 6A and B6. RGB value is (56,106,182). Sum of RGB (Red+Green+Blue) = 56+106+182=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #386AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386AB6 is #C79549. Grayscale: #636363. Windows color (decimal): -13079882 or 11954744. OLE color: 11954744.

HSL color Cylindrical-coordinate representation of color #386AB6: hue angle of 216.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386AB6 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 106 182 -
CMYK 0.69 0.42 0 0.29
HSL 216.19º 0.53% 0.47% -
HSV(B) 216.19º 0.69% 0.71% -
XYZ 15.23 14.53 46.26 -
YUV 99.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 56 106 182 0.69 0.42 0 0.29 216.19 0.53 0.47
Hex 38 6A B6 45 2A 0 1D D8 35 2F
Octal 70 152 266 105 52 0 35 330 65 57
Binary 111000 1101010 10110110 1000101 101010 0 11101 11011000 110101 101111

Color Harmonies of #386AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386AB6

Black with #386AB6

Text Example


Text Example

White with #386AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,106,182); }

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

background-color css

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

 a { background-color: rgb(56,106,182); }

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

border-color css

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

 span { border-color: rgb(56,106,182); }

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